Topic: Adding a upload script into profiles
Hi,
Im trying to a upload form/script to the profiles menu, ive done everything, made the form, but the actual upload script is troubling me.
I was thinking of copying the upload methods that punbb use to upload avatars but i cant find the actual script, all i can see is when it checks for errors and stuff.
I tryed using normal copy methods for the script:
copy($file_name,PUN_ROOT.'/uploads/'.$file_name);
but that just returns an error that it cannot find the file specified. This is when I already browsed the file and clicked submit to proccess the form.
Any ideas on how I should go about on doing this.
I heard the use of headers, do I need to use them?
Thanks in advance