LPology / Simple-Ajax-Uploader

Javascript file upload plugin with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
995 stars 267 forks source link

Unable to Upload on iPage #177

Open braglin opened 7 years ago

braglin commented 7 years ago

Hi,

I'm trying to upload a mp3 file to the iPage server but I'm getting the "Unable to Upload" message. The script works normally on localhost with XAMPP, after active the debug mode I got this message:

[Uploader] Commencing upload using multipart formSimple         AjaxUploader.js:758:13
[Uploader] Upload failed: 500 Internal Server Error                        AjaxUploader.js:758:13

Do you have experienced such problem before?

ActiveNet-SK commented 6 years ago

file_upload.php -> line 2 change to require(dirname(__FILE__) . DIRECTORY_SEPARATOR.'Uploader.php');