Hey Massimo,

as far as I know there is nothing special with the qooxdoo UploadWidget,
it is rendered as <input type="file"/> as well....

var file = new uploadwidget.UploadField("foo", "Browse...");

If you use this in an UploadForm, it should result in an <input
type="file" name="foo"/>.

It could be helpful if you just send us your qx code, maybe there is
something missing on that side.

I don't know anything about ASP.NET and I probably never will, but that
shouldn't be a problem at the server side, should it?

Jörg




Am Mittwoch, den 30.12.2009, 07:00 -0800 schrieb Massimo Petrillo:
> Hi,
> 
> I need a backend to UploadWidget written in ASPNET. I tryed by myself
> placing a .NET FileUpload (which is renderered as '< input type="file"
> name="uploadfile" id="uploadfile" / >') in the form, but it seems to not
> take effect.
> The ASP form works correctly if used as a usual webpage, but if UploadWidget
> send a file to it the behaviour is the same as no parameter is passed.
> 
> Are there some hint form me?
> 
> Thanks in advance.
> 
> Massimo
> 



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

Reply via email to