-
17 Oct 2012 8:11 AM #11
This is great but I would need to use the "Do you want to overrite?" option..
This is great but I would need to use the "Do you want to overrite?" option..
This is great but I would need to use the "Do you want to overrite?" option.. Is this possible to enable or attach using the 4.0.0 version?
I managed to detect if the file exists and then display the message, but I would need to send back a parameter in order to confirm or decline...
-
6 Nov 2012 12:15 PM #12
File Progress stops at 91% but file completes
File Progress stops at 91% but file completes
Great extension, but it seems to have problems updating the progress on files sometimes (reproducible but not consistently).
I try uploading 3 files and one out of the three 80% of the time will complete with its progress showing 91% complete even though the file completely uploads and the page returns a successful json string back. I have had this occur in Chrome and Firefox.
Any thoughts?
Stewart McGuire
Ext JS 2.x, 3.x, 4.x - User / Ext Designer 1.2 - User / Sencha Architect 2 - User
-
29 Nov 2012 8:33 AM #13
Select File button on the widget?
Select File button on the widget?
Is it possible to put the Select File button on the widget and make it work with html4 on IE?
-
9 Jan 2013 12:53 PM #14
Is there a way to embed the grid right on the page and then if someone drags a file to the grid it gets added?
(without the need to popup the window)
-
11 Jan 2013 8:27 AM #15
Upload Panel
-
22 Feb 2013 11:18 AM #16
extra params
extra params
can I add extra params on file submit?
ex:
params = [{"foo1":"bar1"},{"foo2":"bar2"}]
-
22 Feb 2013 11:24 AM #17
can I add extra params on file submit?
ex:
params = [{"foo1":"bar1"},{"foo2":"bar2"}]
-
22 Feb 2013 1:07 PM #18
Use multipart_params
Use multipart_params
multipart_params = [{"foo1":"bar1"},{"foo2":"bar2"}]
-
25 Feb 2013 3:35 AM #19
thanks suniljph123,
didn't work but its close.
works like this
uploader.multipart_params.foo = "bar";
-
14 Mar 2013 6:48 AM #20
render window
render window
I created a grid and put the upload button in this grid toolbar.
It is possible render the upload window in this grid instead of rendering the viewport?


Reply With Quote