D
David Elliott
I have a need to send a file via a POST and am looking for some information.
As an example:
A user will be displayed an ASPX page
-- The user will select a file.
-- The file will then be read.
-- A URL Post string will be created
http://www.someWebSite.com/imageProcessor.aspx?imageName=myImage1.jpg
-- The data from the file will be sent to the website for processing.
I am looking for any information on if this is possible, and how to do this (website that explains,
pseudocode, working example, etc)
Thanks,
Dave
(e-mail address removed) (Remove .nospam if responding directly)
As an example:
A user will be displayed an ASPX page
-- The user will select a file.
-- The file will then be read.
-- A URL Post string will be created
http://www.someWebSite.com/imageProcessor.aspx?imageName=myImage1.jpg
-- The data from the file will be sent to the website for processing.
I am looking for any information on if this is possible, and how to do this (website that explains,
pseudocode, working example, etc)
Thanks,
Dave
(e-mail address removed) (Remove .nospam if responding directly)