The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
21 views

JQuery, HTML5 Uploader - get data response after upload

How can I get data response after uploading image and insert that response into a tag as data-id attribute (after successful post I am getting id of inserted image ). Where in the function is ...
-1
votes
1answer
47 views

uploadify Failed to load resource

I am using uploadify to upload video. I works well for small size video(10-20 MB) but failed to upload video of large size. It gives error Failed to load resource on console. I am using it in rails ...
0
votes
1answer
88 views

xhr.status and xhr.readyState is 0

I'm working with HTML5 multiple file uploader. For some purpose I'm queuing the requests into a JavaScript array and I'm trying with two approaches here, one is, sending all the requests by a loop ...
2
votes
0answers
137 views

Expressjs/connect - Simulate slow file upload

Is there a way of setting a mode or value in connect or express to simulate slow file uploads??
1
vote
0answers
67 views

Passing session using jQuery.html5Uploader

I am using the jQuery.html5Uploader plugin. The CMS i am using checks if a user is logged in before delivering any pages out. So i need to pass some additional parameters when uploading one or more ...