Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-01-2011, 10:53 PM   PM User | #1
voyage
New to the CF scene

 
Join Date: Sep 2011
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
voyage is an unknown quantity at this point
Custom jQuery File Upload troubles

Hi!

I'm trying to create a file uploader based on jQuey File Upload (http://aquantum-demo.appspot.com/file-upload)

Wiki here:
https://github.com/blueimp/jQuery-File-Upload/wiki/

Here's my demo:
http://persturesson.com/fileupload


Problem 1:
Try to add 3 files (preferably large files around 20mb) and then press start.

The upload will commence, BUT if you decide to cancel the lets say the top upload, all the uploads below will get aborted aswell (if you abort the second one, in this case, both the second and the third will get aborted).

Problem 2:
Add a file to the uploader, abort/remove it, and then add a new file. Then press start.

When the upload commences, both files are uploaded, although the first one is not visible (check console).

Not sure what I need to implent to make this function work, I understand that I need to do something more than just run a "remove", however, it's not possible to run data.jqXHR.abort(); before the upload has started. I've looked through the working example on http://aquantum-demo.appspot.com/file-upload, but I can't figure out how to solve it..


I would be very happy if someone could help me out here, I've been stuck for some time now..

Thanks in advance!
voyage is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:28 AM.


Advertisement
Log in to turn off these ads.