FireFox! The PHP Forum Loans and Credit
Panama Web Design for Hire Free Insurance Quotes!
Web Hosting Advertise Here $10 a Month Designer Children
Never Pay Taxes Again HGH Domain name registration
Web Hosting and Dedicated Servers Insurance Affordable web-hosting


HomeWatched TopicsRegisterSearchDirectory
FAQMemberlistUsergroupsLog inStoresItemsBank
Google

Reply to topic Page 1 of 1
File field
Message  

Reply with quote
Post File field 
Hi,

I created a form to upload images, I want to save the directory path of the image in my database the problem is the directory path doesn't show only the file name shows. I want to show the full directory path.

Please Help

View user's profile Send private message

Reply with quote
Post Re: File field 
Pro.Luv wrote:
Hi,

I created a form to upload images, I want to save the directory path of the image in my database the problem is the directory path doesn't show only the file name shows. I want to show the full directory path.

Please Help

Use HTML to submit to the php page:
<form enctype="multipart/form-data" action="uploaderthing.php" method="POST">
File: <input name="uploadedfile" type="file" /><br />
<input type="submit" value="Upload File" />
</form>

And then php to save the input.  That should solve your problem I think.  If I didn't understand correctly post the code your having a problem with and I'll look into it more.

View user's profile Send private message AIM Address

Reply with quote
Post  
I think he's looking for something like:

Code:

INSERT INTO `uploads` ( `file_path`) VALUES ( 'directory/' . $_FILES["file"]["name"] )


The idea is just put the directory in your insert statement.  If this directory is dynamic, make sure you have the correct directory stored in a variable $dir (or anything else), and run:

Code:

INSERT INTO `uploads` ( `file_path`) VALUES ( $dir . $_FILES["file"]["name"] )


Good Luck


_________________
http://www.phpgfx.com
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  



Google

FireFox! The PHP Forum Loans and Credit
Panama Web Design for Hire Free Insurance Quotes!
Web Hosting Advertise Here $10 a Month Designer Children
Never Pay Taxes Again HGH Domain name registration
Web Hosting and Dedicated Servers Insurance Affordable web-hosting


Web Design by PlatinumShore.com & Web Hosting by TradeWebHosting.com