cannot upload
i have installed the plugin without having APC on my server and when i try to upload a file i get this on my browsers error console.
Uncaught TypeError: Cannot read property 'Complete' of undefined fileupload.js?v=1.5.2:414
Resource interpreted as Document but transferred with MIME type application/json: "http://forum.inspot.gr/post/upload/UploadAttachment_1". jquery.min.js:3
Uncaught SyntaxError: Unexpected token < jquery.min.js:2
0
Comments
and i see a POST request on /post/upload/UploadAttachment_1
and the JSON response is
Data: "" DeliveryType: "VIEW" ErrorMessages: "" FormSaved: true InformMessages: [] MediaResponse: {Status:success, MediaID:4, Filename:6a0b1394.png, Filesize:335898, FormatFilesize:328K,…} Filename: "6a0b1394.png" Filesize: 335898 FinalImageLocation: "http://forum.myhost/uploads/FileUpload/00/2ba1d581b38b69b2d32c40d8b32d01.png" FormatFilesize: "328K" MediaID: "4" PreviewImageLocation: "/utility/thumbnail/FileUpload/00/2ba1d581b38b69b2d32c40d8b32d01.png" ProgressKey: "1416319529730_UploadAttachment_1" Status: "success" RedirectUrl: ""and i see the file uploaded correctly
if you are using vanilla 2.1.x e.g. vanilla 2.1.5
try this version of file upload 1.8.2.1
http://vanillaforums.org/discussion/comment/216335/#Comment_216335
if you are not using vanilla 2.1.x, probably worth upgrading anyway.
http://vanillaforums.org/discussion/26703/plugins-themes-that-work-and-dont-work-in-vanilla-2-1/p1
Also see the FAQ
http://vanillaforums.org/discussion/comment/218975/#Comment_218975
http://vanillaforums.org/discussion/comment/218974/#Comment_218974
http://vanillaforums.org/discussion/28420/faq-what-frequently-asked-questions-would-you-like-to-see-in-a-faq-help//p1
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.