|
how I print to the confirm form submission screen(php file INCLUDED <?= $fileField; ?>) the name and directory of the submitted(attached to form data) file (eg resume.doc) in visitor's PC(URL) ?
I mean print in the confirm page something like this:
D:\My Docs from C DISK\Email Messages\THIS IS TO TEST EMAIL ATTACHMENT VIA FORM.doc
how ? What to use, what var holds that ?
I can send any file size as attachment ? how I set max limit (attached file) ? To send any file type, I do not refer to individual files just leave it simple, just this ?
|