RE: [PHP] Read filename and good manual

2002-05-01 Thread John Holmes
> My doubt is here: > In the second page I want to ask the client if "x.jpg" is the picture > he/she > uploaded. > How do read the filename? I also want his filename in a hidden text > field > on > the same page so that i may enter it into the database. The original filename on the us

Re: [PHP] Read filename and good manual

2002-05-01 Thread Justin French
When the file is uploaded to the server (I assume you've got that far), typically you KNOW the name of the file, or have renamed it to a specific file name to suit your methods (otherwise people may upload different pictures called me.gif which overwrite each other). So you may have a var $upload