I need to upload binary data to a file server. Ideally this needs to be a "behind the scenes" upload, with the user unaware of the fact any files are uploaded. Failing that, displaying a <input type="file"/> 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
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