• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Query about ftp/uploading

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Query about ftp/uploading

    Hi,

    I'm probably too lazy to find out the best way to do this but I'm sure there is an easy way.

    I wish to allow a third party access to some file space to upload some data. Lets say I get hold of one of those free web hosting services, create a directory, now what do I need to put in the HTML page to allow someone to do a ftp upload?

    Thanks

    Ian

    #2
    edit...re my previous response - what a load of nonsense....to do file upload best is to use a serverside component. some free spaces will allow that, not many. .NET has inbuilt classes you can use.

    Comment


      #3
      search google for "perl file upload" and install it on a perl-supported webhost. a simple form will allow a user to upload a selected file

      Comment


        #4
        use standard form uploading facility via HTTP,lots of scripts for this, PHP supports its natively.

        Comment

        Working...
        X