OK, All I find all over the web is that this can't be done...
What I am looking for is a functional alternative.
I have a form that a client fills out with their information for a withdrawal
When they finish filling out the form and submit it, I do error checking and present it to them to verify the content.
When it is correct, they click the submit button, which basically generates an email and sends it to the company.
I need to gather ID information at the same time in the form of attachments to the email
So I included in the form 3 separate <input type='file'
fields, one for each document required...
Problem that I run into and this is what they say can't be done is that when it goes to the next page to verify, path to the selected file name is lost. I can capture the filename itself, but does me no good without the path and the ability to use it as a default.
for security purposes you can't pre-populate or re-populate a 'file' field...
So How do I accomplish this via some other path?
I'm drawing a blink on that other path option.
Any suggestions or guidance would be greatly appreciated.
Thanks
Douglas