-
22 Jun 2010 2:18 PM #11
Hi, thanks for your contribution, i have a question, how can i pass extra params for each file i upload. For example if i want to send a custom name for each file, how can i do that?, thanks.
-
14 Jul 2010 4:47 AM #12
admirable - excellent work
Grgur Grisogono
Ext JS in Action SE co-author
Exercising awesomeness at Modus Create - Official Sencha Partner
Get in touch for Sencha Touch Training
@ggrgur
-
24 Jul 2010 12:51 AM #13
I like it! Put it to my favorites.. thnx
I prefer an sister in the red-light district, to an brother with internet explorer..
-
27 Jul 2010 4:57 AM #14
Nice !
I've found 2 bugs :
The progressbar isn't full displayed when the plupload panel is inside an item which as the 'form' layout config
The Add button isn't in 3D when the mouse is over it
Some fix ?
-
2 Aug 2010 12:43 PM #15
Another bug; try collapsing and expanding the panel and add an file to upload; the file will be added numerous times.
I`m from Holland!
-
9 Aug 2010 5:42 AM #16
You can move <div> with pluploader's button to element of "addButton".The Add button isn't in 3D when the mouse is over it
It works in recent browser except IE8 (but IE7 still works).Code:listeners: { afterrender: function(){ this.tbar.child(".plupload").appendTo(this.getTopToolbar().getComponent('addButton').el) } }
-
9 Aug 2010 5:50 AM #17
Sorry. It's bad idea. It works only with flash runtime. =(
-
21 Aug 2010 5:11 AM #18
Good evening. Can anyone upload work sample, including js, css and php files? Cause i can't do the same thing like here. I've downloaded all required files (js and css) but when i click 'upload' appear ERROR. Please, help me. Thanks.
-
22 Aug 2010 5:46 AM #19
In my test on ruby i wrote
I used sinatra.Code:post '/uploader' do name = params["name"] root = params["root"] file = params["file"][:tempfile] if params["file"] if file File.open(File.join('public'+root,name),'w') do |f| f.puts file.read end return {"jsonrpc" => "2.0", "result" => nil, "success" => true}.to_json else return {"jsonrpc" => "2.0", "result" => nil, "success" => false}.to_json end end
Perhaps it will help =)
-
25 Feb 2011 5:13 AM #20
License?
License?
What's the license for this? I'd love to put the code on GitHub to make modifications, but I'm not sure if I'm allowed to.


Reply With Quote
