Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FTP upload & Create Dir's

Status
Not open for further replies.

idaryl

Technical User
Nov 10, 2001
156
US
Hello all,

I have a client in the promotional product world and they want an "upload image" feature to their ftp account.

The only thing is: they have about 300+ people to deal with and they want their users to be able to open a little window, type their Name, Company, Login/Password in fields, and then be able to click on an "upload image" button that will allow them to search their drive to the image selected and it is then sent to a dir created from the "Company" fields name.

Is this possible? and how to do it? any help would be greatly appreciated.
 
Use an <input type="file"> field. Using Server Side Scripting (ASP, PHP, JSP, etc.), you can save the image. See the proper form for details.

--Chessbot

"So it goes."
Kurt Vonnegut, Slaughterhouse Five
 
See the proper form for details? Not sure what you mean? As it stands I have "0" - I really dont know how to implement this. Any clues, directions or samples that I can disseminate?

idaryl
idface.gif
 
Typo on Chessbot's behalf I'd suggest. I believe what was meant was "See the proper forum for details."... ie what you are asking is not a Javascript question.

Never be afraid to share your dreams with the world.
There's nothing the world loves more than the taste of really sweet dreams.
 
idaryl,

What is suggested in the replys is that you need a server side script to write an upload handler.

There are several languages to choose from. Here are some & the respective forums where you can ask for assistance:

PHP : forum434
ASP : forum333
JPS : forum695
Perl : forum219
CGI : forum452

Good Luck


Jakob
 
Thank you for clarifying, dwarfthrower and dkdude. That was what I meant to say.

--Chessbot

"See the TURTLE of enormous girth!"
-- Stephen King, The Dark Tower series
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top