Re: [qooxdoo-devel] UploadMgr contrib update released - multiple widgets

2011-10-18 Thread franck34
On Tue, Oct 18, 2011 at 3:28 PM, John Spackman wrote: > The progress bar should work fine – it's just the encoding that's changed, > not the means of uploading. An octet-stream is just the binary file, > multipart/form-data just wraps that same binary data with some MIME cruft; > in FF4+, Chrome7

Re: [qooxdoo-devel] UploadMgr contrib update released - multiple widgets

2011-10-18 Thread franck34
ts.sourceforge.net> > Date: Mon, 17 Oct 2011 20:18:02 +0200 > To: qooxdoo Development > Subject: Re: [qooxdoo-devel] UploadMgr contrib update released - multiple > widgets > > Cool ! > > I'll test the update. > > Don't worry for node, i'll send he

Re: [qooxdoo-devel] UploadMgr contrib update released - multiple widgets

2011-10-18 Thread John Spackman
opment Subject: Re: [qooxdoo-devel] UploadMgr contrib update released - multiple widgets Cool ! I'll test the update. Don't worry for node, i'll send here the server side code to handle both octet-stream and multipart/form-data content-type. I already implement octet-stream, it

Re: [qooxdoo-devel] UploadMgr contrib update released - multiple widgets

2011-10-17 Thread franck34
Cool ! I'll test the update. Don't worry for node, i'll send here the server side code to handle both octet-stream and multipart/form-data content-type. I already implement octet-stream, it's easy in fact. But i was thinking (i didn"t go deeper in your code) that the usage of XHR against usual

Re: [qooxdoo-devel] UploadMgr contrib update released - multiple widgets

2011-10-17 Thread John Spackman
Hi Frank I've fixed the problem where the toolbar button's input element overlaps the other buttons on the toolbar - please checkout the latest version and let me know how you get on. There isn't an API to allow you to change the content type of the upload, principally because I had thought that

Re: [qooxdoo-devel] UploadMgr contrib update released - multiple widgets

2011-10-15 Thread franck34
It's definitively a problem node side or in my code node side. The second file take 30 sec to be written on the disk, but the 200 Ok is already sent. Tracking that, i'll put the node code if i find the problem, sorry for noise. On Sat, Oct 15, 2011 at 8:42 PM, franck34 wrote: > > Or can i

Re: [qooxdoo-devel] UploadMgr contrib update released - multiple widgets

2011-10-15 Thread franck34
Or can i force UploadMgr to only use multipart/form-data ?? I didn't find that in the doc, perhaps i'm blind lol ?? Cheers and THANKS -- All the data continuously generated in your IT infrastructure contains a definit

Re: [qooxdoo-devel] UploadMgr contrib update released - multiple widgets

2011-10-15 Thread franck34
Yes. Very good. I'm using it right now. Notice i've changed a little behavior. Because i'm using a toolbarbutton, and there is some buttons before the uploadtoolbarbutton in my toolbar, the hidden input is going by default on top of buttons which are disposed at the left of the upload button. S

Re: [qooxdoo-devel] UploadMgr contrib update released - multiple widgets

2011-09-07 Thread John Spackman
ne Reply-To: qooxdoo Development Date: Wed, 07 Sep 2011 18:27:13 +0200 To: Subject: Re: [qooxdoo-devel] UploadMgr contrib update released - multiple widgets Hello, what is neede for teh backgroudn? Java/CGI? > > Hi, > > > > > There's

Re: [qooxdoo-devel] UploadMgr contrib update released - multiple widgets

2011-09-07 Thread smisobnline
IS their any event i can catch , when the uplaod finished? Hi, There's an update to the UploadMgr contrib this afternoon that adds: (1) support for multiple upload buttons; this meant the "widget" property had to be removed and replaced with the addWidget() and removeWidget() APIs. (2) the

Re: [qooxdoo-devel] UploadMgr contrib update released - multiple widgets

2011-09-07 Thread smisobnline
Hello, what is neede for teh backgroudn? Java/CGI? Hi, There's an update to the UploadMgr contrib this afternoon that adds: (1) support for multiple upload buttons; this meant the "widget" property had to be removed and replaced with the addWidget() and removeWidget() APIs. (2) the com.zen

Re: [qooxdoo-devel] UploadMgr contrib update released - multiple widgets

2011-09-07 Thread Tino Butz
Hi John, Thanks for the contrib! I will forward it to Andreas, so that we can promote the contrib in the weekly blog post! Tino Am 07.09.2011 um 17:12 schrieb John Spackman: Hi, There's an update to the UploadMgr contrib this afternoon that adds: (1) support for multiple upload buttons; this

[qooxdoo-devel] UploadMgr contrib update released - multiple widgets

2011-09-07 Thread John Spackman
Hi, There's an update to the UploadMgr contrib this afternoon that adds: (1) support for multiple upload buttons; this meant the "widget" property had to be removed and replaced with the addWidget() and removeWidget() APIs. (2) the com.zenesis.qx.upload.File class has a new property called "respo