asp.net - Is is possible to use the AsyncFileUpload from the AjaxControlToolkit in a .Net 2.0 project? -
the title pretty says all. have project political reasons cannot moved later version of .net , love have drop-in control uploading files better old fileupload control.
i'd use asyncfileupload control, it's not in latest version of toolkit supported in 2.0 framework.
i've looked @ of flash based controls, integrating them trigger full regression test of project i'm on (multiple weeks).
we've lived fileupload control because our files small, error handling when file gets larger won't unacceptable longer.
-- edit --
found uploadify. @ first didn't think work, checked out forums way. found link http://www.uploadify.com/forum/viewtopic.php?f=7&t=142&p=8620&hilit=asp.net#p8620 works great. can whatever want in upload handler.
i'm adding answer whoever follows:
i found uploadify. @ first didn't think work, checked out forums way. found link http://www.uploadify.com/forum/viewtopic.php?f=7&t=142&p=8620&hilit=asp.net#p8620 works great. can whatever want in upload handler.
Comments
Post a Comment