attachment type control

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

I need to develope an attachment control that can upload any number of
attachments. Ive never made one of these before, i assume you'd use an
upload control? it'd be nice if it worked similar to hotmails type of
attachment process.. does anyone know of any sample code? ive been looking
around and havent found anything good yet.. thanks!
 
Hi Brian,

Have you seen this:

http://www.grouploop.com/fileupload/fileUploadDownloadGo.aspx

There's also some code here:

http://www.gotdotnet.com/Community/...mpleGuid=e596e8e5-baac-4448-b10c-736c8a6b672f


I need to develope an attachment control that can upload any number of
attachments. Ive never made one of these before, i assume you'd use an
upload control? it'd be nice if it worked similar to hotmails type of
attachment process.. does anyone know of any sample code? ive been looking
around and havent found anything good yet.. thanks!
 
the second one may be what i am looking for, the first one seems to have
problems with trying to send more then one file, they always get sent with
the same file name until the page is reloaded...
 
Back
Top