Questions tagged [jquery-html5uploader]

9 questions
9
votes
1 answer

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??
user1750709
  • 563
  • 3
  • 4
3
votes
1 answer

jQuery-File-Upload Classic-ASP

I think jQuery-File-Upload plug-in interface is great, fully functional! I like it very much! but my server is Classic ASP iis... now i want to use the jQuery-File-Upload to upload file (image files). please help me thx! on my server i got 3 files…
hakaman
  • 41
  • 1
  • 1
  • 4
1
vote
0 answers

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 files. How can this be done using…
Thariama
  • 50,002
  • 13
  • 138
  • 166
0
votes
1 answer

FormData file, ajax doesn't post $_FILES in IE 11

I have the following code (formdata) in JavaScript and it's working properly in Mozilla and Chrome. When I tried it in IE 11, it doesn't POST well using ajax. The success function is called, but $_FILES is empty on the server side. file =…
0
votes
5 answers

Dynamically adding files to a input

I'm using this plugin: jQuery HTML5 uploader (see the demo), inside a form. I want to send uploaded files with the POST method when user submit the form. Maybe can I create a input[type="file"], make it hidden, and dynamically add uploaded files…
user2518044
0
votes
0 answers

upload and appending data to each new element

I am using jQuery 2.0 with html5Uploader plugin to upload files via ajax, and I have following problem (stick on this one with me). Every time when file is being uploaded, this element is being appended to the upload box: var fileTemplate = "
Sasha
  • 8,521
  • 23
  • 91
  • 174
0
votes
1 answer

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 happening this? The function: function img_upload(url) { …
Sasha
  • 8,521
  • 23
  • 91
  • 174
0
votes
1 answer

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 using a for loop and the next approach is like…
Stranger
  • 10,332
  • 18
  • 78
  • 115
-1
votes
1 answer

HTML5Up Overflow how to put links on the picture

I downloaded this html5 template for a project https://html5up.net/overflow and I dont know how to put a link for github on the pictures displayed in the gallery (those 8 ) I want that when I click the pic and expand , the next click should sent me…