Link to home
Start Free TrialLog in
Avatar of dj4ster
dj4ster

asked on

Code snippet to Upload a File

Hello

Current process:

I type the name of a file in a text field (filename must be in 8.3 naming format); I connect to my web server (via FTP); and, I upload the file to the appropriate directory.

Here is what I want to happen:

Have a field with a browse button next to it (I've seen something like this before).  I click browse... Navigate to my file... Highlight the file... Click Save/Enter...  File is uploaded to the directory on my web server...

I'd like a perl code soltuion so I can try to integrate into an existing application. :-)

Thanks,
Don
Avatar of ozo
ozo
Flag of United States of America image

ASKER CERTIFIED SOLUTION
Avatar of ozo
ozo
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dj4ster
dj4ster

ASKER

Thanks!