Re: how to store the path of uploading file....
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Mon, 30 Jun 2008 07:13:50 -0400
ish wrote:
hello everybody......
plz help me out...
how we can store the acual path of uploading file.i want to store the
path of file in my database...bt i m not getting anyway to implement
that......if i try to do it with the name="filename"......i mean if
echo filename it only print or gives the filename only...it does nt
give path along the name....
plzzzzz guys tell me a way to store the path....i need it for my
project........waiting 4 ur replies....
You can't. HTTP upload doesn't send the path of the file. Doing such could be considered a huge security hole.
But it should be immaterial to you, anyway. You can't go back to the user's system and fetch it again, for instance.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- References:
- Prev by Date: Re: php execution time
- Next by Date: Re: use SESSION variable?
- Previous by thread: Re: how to store the path of uploading file....
- Next by thread: Re: how to store the path of uploading file....
- Index(es):
Relevant Pages
|