-
19 Mar 2011 2:56 PM #21
I love this, awesome work.
I think I missed something - and I have read this thread twice... where are the settings?
-
27 Mar 2011 11:50 AM #22
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!
-
6 May 2011 12:55 AM #23
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
-
12 Aug 2011 4:30 AM #24
Nice work! Has anybody updated this to ExtJs 4?
-
23 Aug 2011 9:31 AM #25
I am looking for the same. in extjs 4 please
-
22 Dec 2011 8:32 AM #26
Any example with ExtJs 4
please
Pedro Martins
-
31 Dec 2011 8:03 AM #27
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.
-
23 May 2012 11:40 PM #28
Could somebody reupload files ext.ux.plupload.v0.1.full.zip and ext.ux.plupload.v0.1.zip from first page?
please
-
29 May 2012 3:11 AM #29
source for Ext.ux.panel.UploadPanel for Ext-js 4 + plupload
source for Ext.ux.panel.UploadPanel for Ext-js 4 + plupload
Here, I upload the script (with one fix in renderStatus) in github gist: https://gist.github.com/2827463


Reply With Quote