pekebyte/pekeUpload

Upload Bar not updating percent

Closed this issue · 2 comments

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?

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.

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