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.
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 pluploadWhen I use plupload to chunk files (setting option chunk_size), I get a separate PHP request for each chunk. …
php file-upload plupload chunkedUPDATE 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 pluploadWhen I upload a picture File size: 375kb Width: 2000px Height: 3000px I get an error ERROR Fatal error: Allowed …
php cakephp pluploadWhen 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 pluploadI don't see an option in the plupload API docs on restricting the number of files uploaded, to any number, …
javascript pluploadThis is the code that is used to trigger Plupload in my Rails App: <% content_for :deferred_js do %&…
javascript jquery pluploadI've been browsing through some 'similar' questions, but none either work or solve the particular issue I'm having. I'm using …
javascript pluploadI 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