how can i sent value to input type file

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kavita
Forum Newbie
Posts: 1
Joined: Mon Jul 10, 2006 2:08 am

how can i sent value to input type file

Post by kavita »

i am using one input tag which is for file .
i knw that value attribute displays the required value.
i hav tried a lot.
bt didn't get any result.
is there any way then plz help me
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

can you rephrase that please
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

Your not going to be able to specify a value attribute for a file field if that is your goal.
Post Reply