Hello List,

While having some time I ported my upload widget to 0.7beta3. It works apart from some visual issues.

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.

I tried to add documentation to the classes but it's far away from being complete.

Of course I would be able to add the implementation to trunk but I want to get some more feedback from the comunity.




Sebastian Werner schrieb:
That's great. Maybe you can really polish it even more and continue your work. The items on your enhancements list would be great if implemented.

Sebastian



frederic schrieb:
Hi list,
I have developed a small script to add "upload file" feature with qooxdoo
0.7beta2
More information here :
http://frederic.fournaise.free.fr/qooxdoo-file-upload-widget.php

cheers.
frederic



Dietrich Streifert wrote:
Hi Nick,

Now with 0.7 beta two I hope the "dust has settled" regarding interface changes in qooxdoo. I'll try to migrate the upload widget to 0.7 next week as a first migration attempt.

I'll post the results here (positive or negative).


Nick Glencross schrieb:
Hi all!


Looking back in the forums the subject of an Upload widget as been raised a few times. It would be really useful!

The feature is listed on the Requested Features page (I saw it yesterday, but have mislaid the page link today), and an 0.6 implementation was posted recently by Dietrich Streifert in March.

Are their any plans to support such a widget? I tried migrating Dietrich's to 0.7 but the tagName property is now deprecated and I haven't managed to make it work.

Out of interest, would it be possible to just use a normal Form Upload link embedded in a Qooxdoo application? Obviously not as nice as one that uses an IFrame, but a good workaround.


Regards,

Nick

-------------------------------------------------------------------------
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
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
--
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
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel




-------------------------------------------------------------------------
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
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

--
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
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to