upload jpeg not working, but php echo says it is

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
chopficaro
Forum Commoner
Posts: 68
Joined: Fri Jan 01, 2010 12:56 am

upload jpeg not working, but php echo says it is

Post by chopficaro »

hi guys, hope u can help me out on this one
i am using this technique to upload files to the server via the browser
http://www.w3schools.com/php/php_file_upload.asp
whenever i upload something, it tells me the file name, size, type, and where it was stored
but when i check the folder there is nothing there
chopficaro
Forum Commoner
Posts: 68
Joined: Fri Jan 01, 2010 12:56 am

Re: upload jpeg not working, but php echo says it is

Post by chopficaro »

oh im sorry guys it actually was working
but i still need a question answered
why do these files i am uploading show up in the browser but not in filezilla>
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: upload jpeg not working, but php echo says it is

Post by social_experiment »

Are you accessing the correct directory? Could you paste the upload script; give w3schools a skip, rather search this forum :idea:
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
phpHappy
Forum Commoner
Posts: 33
Joined: Wed Oct 26, 2011 1:58 pm

Re: upload jpeg not working, but php echo says it is

Post by phpHappy »

refresh the directory in filezilla to see
Post Reply