|
|
Browse by Tags
All Tags » FileUpload ajax... » OpenStream
-
Hi,
I tried using the OpenStream method in the uploadAttachments control (and yes I did look at your demo)
FROM THE DEMO SOURCE
foreach (AttachmentItem item in Attachments1.Items)
{
InsertMsg(item.FileName + '', '' + item.FileSize + '' bytes.'');
//Copies the uploaded file to a ...
|
|
|