hayageek / jquery-upload-file

jQuery Upload File plugin provides Multiple file Uploads with progress bar.Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.
http://hayageek.com/
MIT License
682 stars 417 forks source link

Problems with mp3 files #183

Closed Udirley closed 6 years ago

Udirley commented 6 years ago

Guys, is there any limitation that could prevent the working for mp3 files? For wav files works correctly, for mp3 does not show any error, however the file is not imported. I am using the latest version of plugin 4.0.11. Thanks for any help.

hayageek commented 6 years ago

It is not the problem with plugin, it should be with server. what is the mp3 file size. In the browser network, you can see the response code and check at server.

Udirley commented 6 years ago

Thanks for the answer, the problem really was in limiting the size of the file in php.ini, the mp3 file exceeded the maximum size allowed.