Hello everyone,
I’m not a pro; therefore, my question might be weird, however, here it is:
I’ve created the file upload field with browse button. Everything is working great, except I cannot get the client-side file path (i.e. C:/My Documents/…/…jpg) to show in the file upload field. I’ve tried different things, however, the best result I get is to show the server-side folder where the file will be uploaded.
Here is the snippet of the code:
[php]
<input name=“fieldset_group_File” type=“file” id=“fieldset_group_File” tabindex=“1” value="<?php echo UploadStatus["UploadResult1"][""]; ?>" size=“30” />[/php]
Any advise would be helpful.
Thank you.