How can I make an HTML or Javascript dropbox that allows users to submit data via ftp?
|
demo 19 Dec 2008 08:03pm I'm trying to make a page for my site that allows users to fill out a form and submit the information so that whatever they submit goes to a folder on my desktop. I was thinking that however I did this it would probably involve ftp but I was hoping that there was a way to do this without going into PHP or making users get an ftp client :p. Does anyone know how I can do this? |
Answers
|
demo 19 Dec 2008 08:26pm For that to work, your desktop would have to be turned into a server, and people would be accessing it with basically no security. It's probably harder to do that write a form and a php script. I suggest you set up a html form with a php back end and have the data emailed to you. |
|
demo 19 Dec 2008 08:27pm This site might be helpful . http://www.codeproject.com/KB/scripting/easyftp.aspx .. it uses html and javascript. |
|
demo 21 Dec 2008 06:44pm You may like to take a Javascript Tutorial http://www.referencedesigner.com/tutorials/js/js_1.php |
Related
Submit Answer
You must be logged in to post an answer. Please Login or Register.
Powered by phpMyAnswers.