Hi there, I just want to send a file to my server and was wondering what the simplest way is to create an (invisible) upload-form in Qooxdoo, only showing the 'select' button.... (the user just selects a file from the file-dialog and this file is sent immediately).
<form action="/myUploadReceiver.sh" enctype="multipart/form-data" method="post"> <input type="file" name="fileToUpload" onchange="uploadIt(event)"> <input type="submit" value="Upload"> </form> I saw the UploadWidget, but I don't really understand, why it needs such complex mechanisms (like iFrames....) to simply send a file. Could someone shed some light on this? Sorry, if this questions sound dumb, but we're not really the Internet Client/Server people over here ;-) thx andy ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
