I love this, awesome work.
I think I missed something - and I have read this thread twice... where are the settings?
I love this, awesome work.
I think I missed something - and I have read this thread twice... where are the settings?
I figured it out, but I have run into two issues..
I had a plupload panel in a tab, if you click on another tab, the uploading stops immediately, I also tried in a collapsible window, same thing on collapse.
I also want to disable image resizing - leaving out the resize param returns failed every time.
Thanks!
To fix the cursor style on the "Add files" button with HTML5 runtime, you can add these params to the input tag: <input type="file"> in "plupload.full.min.js"
The details are explained here:Code:size="1" style="width:100%; right: 35px; position: absolute; cursor:pointer; font-size: 16px;"
http://tiagoe.blogspot.com/2010/01/c...file-tags.html
Nice work! Has anybody updated this to ExtJs 4?
I am looking for the same. in extjs 4 please
Any example with ExtJs 4
please
Pedro Martins
Please have a look at:
http://www.sencha.com/forum/showthre...-with-plupload
or at:
http://www.thomatechnik.de/webmaster...xtjs-plupload/
for an example with ExtJs 4.
Could somebody reupload files ext.ux.plupload.v0.1.full.zip and ext.ux.plupload.v0.1.zip from first page?
please
Here, I upload the script (with one fix in renderStatus) in github gist: https://gist.github.com/2827463
I have created a Fiddle to test it:
http://jsfiddle.net/lopezdonaque/jWPLH/