S
Sandra
Hi there,
I'm uploading a file to a dedicated ".aspx" page from a "C#" console app (no
browser involved). This file needs to be converted to another format and the
resulting file then sent back (to be saved on the client's machine). I
figured out how to upload the file but can't figure out how to send the
converted file back (probably using "HttpResponse" I assume). Can anyone
help get me started:
1) Where (how) can I store a success/failure code with an appropriate error
message on failure
2) If 1) above is successful, how do I store the converted file so the
client can retrieve it
3) How does the client read both 1 and 2 above (success/failure indicator
with converted file on success or error message on failure)
I really only need the basic methods to investigate as I can probably figure
out the low-level details (I'm an experienced developer but not in ASP.NET).
Thank you.
I'm uploading a file to a dedicated ".aspx" page from a "C#" console app (no
browser involved). This file needs to be converted to another format and the
resulting file then sent back (to be saved on the client's machine). I
figured out how to upload the file but can't figure out how to send the
converted file back (probably using "HttpResponse" I assume). Can anyone
help get me started:
1) Where (how) can I store a success/failure code with an appropriate error
message on failure
2) If 1) above is successful, how do I store the converted file so the
client can retrieve it
3) How does the client read both 1 and 2 above (success/failure indicator
with converted file on success or error message on failure)
I really only need the basic methods to investigate as I can probably figure
out the low-level details (I'm an experienced developer but not in ASP.NET).
Thank you.