poppy85 Posted June 20, 2008 Share Posted June 20, 2008 hi, i'm totally new to this, bear with me. i have made my own webpage and i would like to make an upload form to put onto the page so people can upload their files to my server. i have spent hours searching the net trying to figure out how the hell to do it and i am getting nowhere. please can anyone help me? :-\ i have put the form onto my page but then what? do i make another page containing the php script and how do i link to it? help very much appreciated. my address is jayhunt85 @ hotmail.co.uk if anyone would like to email me. thank you x Link to comment https://forums.phpfreaks.com/topic/111139-upload-form-for-my-webpage/ Share on other sites More sharing options...
DarkWater Posted June 20, 2008 Share Posted June 20, 2008 Do you even know how to code PHP? =X Like, at all? >.> If not, learn that first. Otherwise, you just need a PHP script that verifies the size and type of files and moves them to the correct location. Link to comment https://forums.phpfreaks.com/topic/111139-upload-form-for-my-webpage/#findComment-570365 Share on other sites More sharing options...
poppy85 Posted June 20, 2008 Author Share Posted June 20, 2008 but do i type the php script under the html of the webpage or on another notepad file, then link it? Link to comment https://forums.phpfreaks.com/topic/111139-upload-form-for-my-webpage/#findComment-570370 Share on other sites More sharing options...
DarkWater Posted June 20, 2008 Share Posted June 20, 2008 I'd probably do it on the same page, because that's my preference (and it usually works better for forms). You need to know how to do it like that though. Link to comment https://forums.phpfreaks.com/topic/111139-upload-form-for-my-webpage/#findComment-570373 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.