php/javascript

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
yshaf13
Forum Commoner
Posts: 72
Joined: Mon Apr 03, 2006 7:59 pm

php/javascript

Post by yshaf13 »

hi, i want to have a form that among other fields would allow the user to upload a file, i thought the best way to do that was to put a link which would open a popup box of the upload page. my issue is, on successful completion of the upload i would like the file path to be displayed on the original form, i know this is a javascript job, could anyone help me with a script?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

(#10850)
User avatar
JellyFish
DevNet Resident
Posts: 1361
Joined: Tue Feb 14, 2006 7:18 pm
Location: San Diego, CA

Post by JellyFish »

I did something like this in once, or twice. Try googling "ajax file uploads".
Post Reply