Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ActiveX File Upload

Status
Not open for further replies.

ktcute

Programmer
Jun 12, 2003
2
GB
I need to upload binary data to a file server. Ideally this needs to be a &quot;behind the scenes&quot; upload, with the user unaware of the fact any files are uploaded. Failing that, displaying a <input type=&quot;file&quot;/> like tag, with a default value set would probably be ok.

I've been looking, and can't seem to find a component that fits the bill anywhere. ASP components are no good, as they won't let me set a default value for the upload tag, and our users should be unaware that the upload process is going on, never mind have to locate the files they are uploading. I've looked into using the Internet Transfer Control for this purpose, however as far as I can see it only allows string data to be uploaded.

If anyone knows of a suitable component, or can suggest a way of my creating my own, I'd be very pleased to hear from them.

Thanks in advance.

Kirsty

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top