HaterTot
HaterTot

Reputation: 407

SWFUpload: how do I implement an upload handler in ASP.NET?

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

Upvotes: 0

Views: 1579

Answers (1)

Rubens Farias
Rubens Farias

Reputation: 57936

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

More info can be found on SWFUpload website

Upvotes: 2

Related Questions