pixelandtonic / matrix_multi_upload

Upload multiple files to Matrix at once, powered by Plupload
36 stars 10 forks source link

An Unknown Error Has Occured #4

Closed nevsie closed 13 years ago

nevsie commented 13 years ago

Just tried testing this on a bare bones sandbox environment - literally only one matrix field on the publish layout. For each file it reports an unknown error has occurred when uploaded. - note this is not used with assets.

Checking the folder via ftp i see the files have been created, but they are all sized at 0kb

Any ideas / thoughts? Thanks, N

*\ Added note - this is EE2.2.2 and Matrix 2.2.2.1

nevsie commented 13 years ago

In my case this was my own fault. I was accessing the CP via http://mydomain.com while in general config i had specificed http://www.mydomain.com So as such the security on this add-on / plupload was seeing it as cross domain access and stopping the upload. All works fine for me now. N