B
Bill Ross
I am trying to do the following:
* receive three image files one at a time
* validate that it is a valid image type, size
* as each is received, I store the image, then show the image
* when all are received and validated, I email them to myself
What seems to happen is that when I run my C# script to validate and save
the file it does a post back and the FileUpload control is then blank.
Also, I try assigning the url of the saved file to my image.imageurl
property thus:
"file:///c:\mypath\myfile.jpg" but it does not show the file. It seems that
it needs an "http://" address. Is that true?
Thanks,
* receive three image files one at a time
* validate that it is a valid image type, size
* as each is received, I store the image, then show the image
* when all are received and validated, I email them to myself
What seems to happen is that when I run my C# script to validate and save
the file it does a post back and the FileUpload control is then blank.
Also, I try assigning the url of the saved file to my image.imageurl
property thus:
"file:///c:\mypath\myfile.jpg" but it does not show the file. It seems that
it needs an "http://" address. Is that true?
Thanks,