Top "Plupload" questions

Plupload is a JavaScript library licensed under GPLv2 that allows you to upload files using HTML5, Gears, Silverlight, Flash, BrowserPlus or normal forms, providing some unique features such as upload progress, image resizing and chunked uploads.

How to upload large files using MVC 4?

I had it working.. but I noticed once the files I was uploading get bigger (around 4000k) the controller would …

c# jquery asp.net-mvc file-upload plupload
Handling plupload's chunked uploads on the server-side

When I use plupload to chunk files (setting option chunk_size), I get a separate PHP request for each chunk. …

php file-upload plupload chunked
How to send additional data using PLupload?

I'm using plupload to make an ajax file uploading. Now the plupload.Uploader class has many options but none are …

php jquery upload plupload
using Plupload with ASP.NET/C#

UPDATE I was able to get everything to work properly and I just wanted to post back with the updated …

c# asp.net jquery-plugins httphandler plupload
Error: Allowed memory size of 67108864 bytes exhausted

When I upload a picture File size: 375kb Width: 2000px Height: 3000px I get an error ERROR Fatal error: Allowed …

php cakephp plupload
Plupload Automatically start upload when files added

When files are added i want to start the upload process automatically. I called the start function at the end …

javascript ruby-on-rails-3 paperclip plupload
Plupload - Restrict to only one file

I don't see an option in the plupload API docs on restricting the number of files uploaded, to any number, …

javascript plupload
Why does 'add files' button in Plupload not fire in latest Chrome or FF on OS X?

This is the code that is used to trigger Plupload in my Rails App: <% content_for :deferred_js do %&…

javascript jquery plupload
Plupload - Function on Upload Complete?

I've been browsing through some 'similar' questions, but none either work or solve the particular issue I'm having. I'm using …

javascript plupload
Premature end of JPEG file

I am getting this Premature end of JPEG file error while resizing some of the images. Interesting and strange part …

php codeigniter image-processing image-resizing plupload