Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
PHP File Uploader
»
Re: Unable to get file name of uploaded file
Re: Unable to get file name of uploaded file
09-26-2011, 8:43 AM
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: Unable to get file name of uploaded file
Reply
Quote
Hi attourath,
The line below shows you how to get the upload file name in my example
echo "myfile=" . $mvcfile->FileName;
Regards,
Ken
View Complete Thread