Send file to webserver (asp page)

B

bradsalmon

Hi all,

My specific problem is trying to get an image from a document (mostly
Word files) through to a web server. All users are XP and Office 2003.

From looking at forms on web pages that allow the uploading of files,
I've assumed that these files are generally transferred in binary
format.

So my theory is to create an asp page for my webserver that can
receive a binary format string and reproduce into a file on the
webserver. Then my office vba would only have to export the image
locally, read the file in as a binary string and send it to the asp
page.

Can anyone see a hole in my theory? Or suggest a better alternative
(needs to be invisible to the user) ?

I'd also appreciate an example if anyone has come across this before.

Thank you,

Brad
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top