pekebyte / pekeUpload

jQuery html5 file uploader plugin
http://pekebyte.github.io/pekeUpload
Other
82 stars 73 forks source link

Upload Bar not updating percent #2

Closed joshuachestang closed 11 years ago

joshuachestang commented 11 years ago

Hi,

Great work thus far. I have setup the plugin correctly, I believe. Once I choose the file to upload, the upload begins and the div for the bar shows up but the bar does not update while the upload is in progress. It stays empty. Any idea what I could be doing wrong?

pekebyte commented 11 years ago

Hello,

Thanks for using my plugin.

I think maybe this problem is because you don't have XMLHttpRequest support on your server, the plugin is using jQuery ajax, and requires this for updating the status of the upload.

joshuachestang commented 11 years ago

I'm using Ruby on Rails. I'll try to figure it out.