Page 1 of 1

Creating an upload page to upload files to server ?

Posted: Tue Aug 19, 2003 5:46 am
by Paul Moran
Hi All,

I was wondering of there are any tutorials that you could point me towards that will help me learn how to create a page that lets a logged in user (from a vBulletin forum) upload a file to a predefined folder on a my server ??

Also, id like to be able to check/verify file size and type before uploading it ;)

Cheers for any help offered!!

Paul

Posted: Tue Aug 19, 2003 6:46 am
by Nay
here's a tutorial:

http://robouk.mchost.com/tuts/tutorial. ... fileupload

hope that helps...

-Nay

Posted: Tue Aug 19, 2003 10:07 am
by m3rajk
$_FILES is populated mostly byt the client computer. the 'tmp_name' is the name it got uploaded to. size is the filesize in bytes. i believe everything else is done by the client