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
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