Great work, and I like it.
Sometimes you don't need the textfield visible.
Or you want do give some properties to the button. I looked in the source,
and I set:

uploadfield = new qx.ui.io.UploadField("button", 'Upload File',
'icon/16/places/document-folder.png');
uploadfield._text.setVisibility(false);
uploadfield._button.setWidth(100);

... but I would be nicer to have some of these Properties directly
available.




Dietrich Streifert wrote:
> 
> Hello List,
> 
> While having some time I ported my upload widget to 0.7beta3.
> 
> I also created a test perl cgi upload script which can be used to test 
> the implementation via a test html page.
> 
> I'd like to give the files to someone willing to test the implementation 
> and get some feedback.
> 
> I used the namespace qx.ui.io. for the classes which are:
> 
> UploadForm: a CanvasLayout which is capable of holding multiple file 
> fields. For submission a hidden iframe is used.
> The result of the submission is available via method calls.
> 
> UploadButton: a file select button which opens the native browser file 
> selector and holds the selection result
> 
> UploadFile: a text field and a UploadButton where the text field holds 
> the value selected via the upload button.
> 
> The test file UploadFile_1.html demonstrates how the classes are used. 
> The upload is started on file selection.
> The test file UploadFile_2.html demonstrates how to put multiple 
> UploadFile widgets into one UploadForm.
> 
> I tried to add documentation to the classes but it's far away from being 
> complete.
> 
> Feedback is welcome, especially from the qooxdoo core wizards if there 
> is a chance to put this classes into trunk.
> 
> I've created an enhancement bug for this:
> 
> http://bugzilla.qooxdoo.org/show_bug.cgi?id=449
> 
> 
> 
> Regards.
> 
> -- 
> Mit freundlichen Grüßen
> Dietrich Streifert
> --
> Visionet GmbH
> Firmensitz: Am Weichselgarten 7, 91058 Erlangen
> Registergericht: Handelsregister Fürth, HRB 6573
> Geschäftsführer: Stefan Lindner
> 
> 
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

-- 
View this message in context: 
http://www.nabble.com/File-upload-widget-for-qooxdoo-0.7-beta3-available-tf3839627.html#a11340646
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to