Hi,
I've been struggling to get file uploading working properly on a classic ASP project.
It seems I can have a nice interface using Flash (i.e. SWFUpload) but the file size is limited or unreliable or I can have larger uploads using clunky UI.
I ran across Plupload (
www.plupload.com) which looks very promising but I haven't been able to find an example of it working with classic ASP. The documentation for the tool includes an example using PHP but my classic ASP knowledge is limited when it comes to reading/writing streams of data.
Has anyone seen an implementation of this tool with classic ASP?
Thanks!