How to complete this tutorial?

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
mikes1471
Forum Commoner
Posts: 88
Joined: Sat Jan 24, 2009 3:29 pm

How to complete this tutorial?

Post by mikes1471 »

Hi everyone, just a quick question for those in the know, I didnt think it was technical enough to put in the PHO code section.
I have upload.php sorted and upload_file.php and then the tutorial doesnt say where I need to put 'Restrictions on Upload' and 'Saving the Uploaded File', should they be files in their own right or placed on one of the other two files..?
URL...
http://www.w3schools.com/PHP/php_file_upload.asp
User avatar
McInfo
DevNet Resident
Posts: 1532
Joined: Wed Apr 01, 2009 1:31 pm

Re: How to complete this tutorial?

Post by McInfo »

The "Restrictions on Upload" script modifies/replaces the "Create The Upload Script" script, and the "Saving the Uploaded File" script modifies/replaces the "Restrictions on Upload" script.

Edit: This post was recovered from search engine cache.
Post Reply