Re: [qooxdoo-devel] qooxdoo-contrib UploadWidget

2009-03-10 Thread Grykar
Roman, you are right it is easy :-) thanks a lot Karol -- View this message in context: http://www.nabble.com/qooxdoo-contrib-UploadWidget-tp22440337p22444108.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] qooxdoo-contrib UploadWidget

2009-03-10 Thread Roman Schmid
Hi Yes, it is possible and quite simple really. You can set the name of your "file field" using the UploadButton.setFieldName method. Use UploadForm.setUrl to specify your PHP Backend URL. In your PHP script, you can access the uploaded content using $_FILES['yourfieldname']. Just like with regula

[qooxdoo-devel] qooxdoo-contrib UploadWidget

2009-03-10 Thread Grykar
Hi, How tu use UploadWidget with php instead of perl ? Is it possible ? Karol -- View this message in context: http://www.nabble.com/qooxdoo-contrib-UploadWidget-tp22440337p22440337.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. -