Re: Location of original file uploaded via html form
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Sat, 26 Apr 2008 17:21:21 -0400
kenoli wrote:
On Apr 26, 11:20 am, "J.O. Aho" <u...@xxxxxxxxxxx> wrote:kenoli wrote:The global $_FILES provides the name of a file submitted in an htmlNot in plain PHP, but you could add a hidden input field, into which you
form on the client machine. Is there any way to derive the path to
that file on the client machine?
save the path set in the file-input field with help of javascript and
hope that the users using your form will have the javascript enabled.
--
//Aho
Great that's helpful.
--Kenoli
Sorry, javascript can't do it, either. Among other things it would be a huge security hole.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- References:
- Location of original file uploaded via html form
- From: kenoli
- Re: Location of original file uploaded via html form
- From: J.O. Aho
- Re: Location of original file uploaded via html form
- From: kenoli
- Location of original file uploaded via html form
- Prev by Date: Re: Location of original file uploaded via html form
- Next by Date: Where does email get bounced to?
- Previous by thread: Re: Location of original file uploaded via html form
- Next by thread: Encountering attachment size limit using class htmlMimeMail
- Index(es):
Relevant Pages
|