Use the stop() function attached to your plupload instance.
Plupload Forum
Search options (Page 1 of 10)
Plupload Forum → Posts by mike
Posts found: 1 to 25 of 233
2 2012-06-27 04:19:07
Re: what port does flash upload through (1 replies, posted in General discussion)
Whatever port you've specified in the upload url.
3 2012-06-06 07:30:57
Re: Large files > 2GB (101 replies, posted in General discussion)
I don't know if it will be any help but there is a long thread regarding uploading to Amazon S3 here:
4 2012-05-29 03:14:16
Re: Upload Progress is Wrong (2 replies, posted in General discussion)
I think (and you should check this) that the percentages may be calculated based on the input size of the images - before resizing. So if the last 3 images were reduced in size a great deal they might account for half of the 'input' size for the total of all images and thus show up in the progress as you describe. Check the code if you want the definitive answer.
5 2012-05-29 03:11:53
Re: license (2 replies, posted in General discussion)
No, but you need a commercial license if it is for business use.
6 2012-04-26 15:43:18
Re: Image resize in multiple dimensions (1 replies, posted in General discussion)
plupload is a client side library (it does it's work in the browser). The server side processing is up to you to handle. You will have to write whatever code you need to create multiple resized images once the original is uploaded to your server.
7 2012-04-16 17:01:15
Re: Plupload Server side Handler in ASP .net (13 replies, posted in Tutorials)
Search the forums, there are a number of posts discussing this topic.
8 2012-04-14 21:56:55
Re: Image resizer - parameters/capabilities (1 replies, posted in General discussion)
9 2012-04-02 18:26:31
Re: Internationalization (i18n) of the Plupload (43 replies, posted in General discussion)
The latest ones have been merged in:
10 2012-04-02 18:17:53
Re: UploadProgress event without chunks (4 replies, posted in Core API)
I think you've answered your own question. Safari used to have more fine grained upload progress.
BTW your reasons for not using chunking seem a little thin. Your browser is making multiple "http" calls to upload a large file with or without chunking. It is a pain to set up server side handling of chunking but once you do you will have solved your problem in all browsers.
11 2012-03-26 09:09:11
Re: UploadProgress event without chunks (4 replies, posted in Core API)
Yes, but that will work fine. But different browsers and different runtimes will return progress events at different rates. Some only one update per file uploaded, others more often.
12 2012-03-23 00:55:08
Re: I can not use drop_element. (1 replies, posted in Queue Widget)
Search for "split" in the forums.
13 2012-03-22 02:15:26
Re: Uploading on iOS (5 replies, posted in General discussion)
I believe there are a limitations in Safari mobile ??
14 2012-03-15 08:04:27
Re: Mulitple large files fail to load (13 replies, posted in General discussion)
I could be wrong but I think in the latest versions of every browsers except IE and Safari on Windows the html5 runtime with chunking will only load each chunk into memory as it needs them. Large files in this case should be fine.
15 2012-03-14 06:11:08
Re: Mulitple large files fail to load (13 replies, posted in General discussion)
Those are very big files, you should consider what runtime you are using and what version of browser you are using. Some of the runtime/browser combinations will load the entire file into memory before sending and with firebug who knows what the effect would be.
You might find the large file post helpful:
http://www.plupload.com/punbb/viewtopic.php?id=16
less relevant is the large images with flash post:
http://www.plupload.com/punbb/viewtopic.php?id=387
They are both a bit dated and not completely accurate but they should give you good background on the types of problems you run into with large files.
16 2012-03-11 15:40:15
Re: How to restrict number of uploaded files (30 replies, posted in General discussion)
Splice let's you remove as many or as few files as you would like. You don't have to empty the queue, you can just remove all but the first 5 files for example. The event binding hasn't changed in a long time so that code snippet should be fine.
17 2012-03-11 15:02:32
Re: How to restrict number of uploaded files (30 replies, posted in General discussion)
The browsers do not provide any functionality to prevent users from selecting files - or only select a fixed number of files. The best that any program can do (plupload or any other upload program) is look at what has been selected after the fact and act accordingly. Ultimately this is not a plupload limitation but a browser limitation.
If you only want them to select a single file you can use the html4 runtime only (i.e. the original file upload capability that was built into browsers). But you lose a lot of the side benefits that the other runtimes supply like fine grained progress reporting.
18 2012-03-09 23:38:30
Re: Uploads Stalling on Mac - Chrome/Safari (3 replies, posted in General discussion)
There are some open issues about this on github, there seems to be problems with the latest flash runtime. For example:
19 2012-02-29 01:48:19
Re: Handle ESC (7 replies, posted in Core API)
My apologies, I wasn't aware of that behaviour as I only use the core custom upload components. I assume you are using one of the widgets?
20 2012-02-28 22:03:30
Re: Handle ESC (7 replies, posted in Core API)
As I mentioned you would have to write your own event handler. You can make that handler do whatever you'd like - including stopping the upload, etc.
21 2012-02-28 21:51:48
Re: Handle ESC (7 replies, posted in Core API)
You would have to write your own keyboard event handler, but there is no reason that you couldn't do that. It wouldn't have anything to do with plupload though - just plain old JavaScript and keyboard events.
22 2012-02-24 18:54:13
Re: How to limit the queue to only 1 file ? (10 replies, posted in General discussion)
only use the html4 runtime.
23 2012-02-21 20:37:34
Re: New Features (5 replies, posted in General discussion)
Yes, using git and github.
Code is here:
https://github.com/moxiecode/plupload
The basics of pull requests are here:
http://stackoverflow.com/questions/5256 … est-commit
http://help.github.com/send-pull-requests/
24 2012-02-21 08:32:35
Re: Non-minimized version of jquery.ui uploader? (1 replies, posted in UI Widget)
25 2012-02-21 08:30:51
Re: New Features (5 replies, posted in General discussion)
Submit a pull request when you are finished if you'd like to see these new features added. Other developers can have a look at the code and let you know what they think.
Posts found: 1 to 25 of 233
Plupload Forum → Posts by mike
You are not logged in. Please login or register.
Powered by PunBB, supported by Informer Technologies, Inc.
The pun_repository official extension is installed. Copyright © 2003–2009 PunBB.
Generated in 0.167 seconds (78% PHP - 22% DB) with 5 queries