Hi there,
I want to be able preset a value in HTML file object. The following tag does not work fo me
<input type="file" name="Thumb_Image" size="30" value="c:\temp">
My idea is I am storing a value in an Application variable in ASP. The value would be the user's default image directory.
When the user create or modify a product record
I want to preset the product_image file object to the
application variable + the product article no + ".jpg"
So that the user does not need to worry about selecting the image manually.
OR
is there any other way I can use a hidden field in the form that stores the above value and send a hidden field as file object to the server??
In other words can I use hidden file objects?
I am using aspSmartUpload component to do this and Win2k or IIS 4.x
Thanks a lot for your help
Hameed
I want to be able preset a value in HTML file object. The following tag does not work fo me
<input type="file" name="Thumb_Image" size="30" value="c:\temp">
My idea is I am storing a value in an Application variable in ASP. The value would be the user's default image directory.
When the user create or modify a product record
I want to preset the product_image file object to the
application variable + the product article no + ".jpg"
So that the user does not need to worry about selecting the image manually.
OR
is there any other way I can use a hidden field in the form that stores the above value and send a hidden field as file object to the server??
In other words can I use hidden file objects?
I am using aspSmartUpload component to do this and Win2k or IIS 4.x
Thanks a lot for your help
Hameed