views:

98

answers:

1

i'm a novice-to-intermediate .NET developer and I don't quite understand how an upload handler for SWFUpload is supposed to work. Am I supposed to read it from the http stream?

I haven't been able to find any examples or explanation of this in the documentation nor from extensive googling.

Thanks in advance

A: 

This is a sample implementation: http://svn.swfupload.org/trunk/asp_net/upload.aspx.cs

More info can be found on SWFUpload website

Rubens Farias
i swear i looked really hard. But here it is! THANK YOU
HaterTot