Need to create access for user to upload

is there a way for a user to have access to upload files to a server without using cuteFTP. (something along the lines of the way you upload avitars and such in a forum.

here is where i need it for –Xtreme speedway in the paint schemes section – i want people to be able to upload cars without having to use ftp access.

is this possible? let me know if i need to provide more info. as i am typing this i realize it made more sense in my head.

Yes, it is possible, you can upload files through php.

I’m not to great with it, but there is a thread in server side of kirupa, and I’ll bet there are tutorials if you search on google :slight_smile:

you could use a form, and then pass that data to php which will store it into a folder :wink:

http://www.tailoredweb.com/downloads.php

there is a simple… php upload script.

thanks guys – i think that site missionsix suggested will work just fine :slight_smile:

sure it will :slight_smile:

now i just have to figure out how to use sicne i am realatively new to php