Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-30-2007, 03:02 PM   PM User | #1
che_anj
Regular Coder

 
che_anj's Avatar
 
Join Date: Aug 2006
Location: Philippines
Posts: 157
Thanks: 12
Thanked 3 Times in 3 Posts
che_anj is an unknown quantity at this point
how to put value of an input type file

im trying to query on the database and display the results as value of the input type file like this code below.

PHP Code:
<input type="file" name="uploadfile" value="$row[filename]"
I was wondering why the value didnt appear, even if i try to put a
PHP Code:
<input type="file" name="uploadfile" value="testing"

anyone has idea how?

tnx..
che_anj is offline   Reply With Quote
Old 10-30-2007, 04:06 PM   PM User | #2
Fumigator
UE Antagonizer


 
Fumigator's Avatar
 
Join Date: Dec 2005
Location: Utah, USA, Northwestern hemisphere, Earth, Solar System, Milky Way Galaxy, Alpha Quadrant
Posts: 7,686
Thanks: 42
Thanked 637 Times in 625 Posts
Fumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of light
Thanks to CFMaBiSmAd I now know that you cannot use the value parameter with a "file" type form element. It's a security issue; if one was permitted to upload any file on your hard drive from a browser, well you can see why that's bad.
__________________
Fumigator is offline   Reply With Quote
Old 10-30-2007, 04:10 PM   PM User | #3
che_anj
Regular Coder

 
che_anj's Avatar
 
Join Date: Aug 2006
Location: Philippines
Posts: 157
Thanks: 12
Thanked 3 Times in 3 Posts
che_anj is an unknown quantity at this point
ohhh.. okay.. thank you
che_anj is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:39 PM.


Advertisement
Log in to turn off these ads.