Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Uploading file to a web server

  • 04-02-2004 7:33pm
    #1
    Registered Users, Registered Users 2 Posts: 1,368 ✭✭✭


    Ok guys

    Ive set up a linux xerver with apache and mysql

    I want to allow users to upload file to the site, similar to the way one can upload html pages ot the members sections on boards.

    I've heard you have to setup a ftp server, how accurate is this? and how difficult would it be to set-up??

    Thanks,
    king


Comments

  • Registered Users, Registered Users 2 Posts: 1,186 ✭✭✭davej


    You don't need to use the ftp protocol to upload a file - http will do fine. Read up about forms and form submission in html. You could code your pages in php which has handy functions for dealing with uploaded files.

    There are lots of tutorials on doing this sort of thing, eg.

    http://www.netspade.com/articles/php/uploading.xml

    davej


  • Registered Users, Registered Users 2 Posts: 1,368 ✭✭✭king_of_inismac


    Thanks for the help man,

    Much appreciated!!
    :-)


Advertisement