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

Uploading file to a web server

Options
  • 04-02-2004 8:33pm
    #1
    Registered Users Posts: 1,366 ✭✭✭


    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 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 Posts: 1,366 ✭✭✭king_of_inismac


    Thanks for the help man,

    Much appreciated!!
    :-)


Advertisement