R
Richard
I have a client who needs to upload the same 7 files twice a week to
his web server. FTP is unfortunately not an option as the client is a
novice, so I have created an admin interface to his website so he can
easily upload the necessary files.
The upload pages uses simple input file tags. Server side is
AspUpload.
However, the client is finding the process of locating the same 7
files twice a week too laborious and wants the admin page to locate
the files automatically.
I naively told him 'no problem' as I was under the impression I could
set the input file tag's value using asp :-( I even tried using an
input text tag with a multipart form, but no luck.....
Any suggestions on alternatives or workarounds would be great.
Ideally, I need ASP to feed the filenames into whatever is needed so
the client can upload the files using just one or two clicks.
Thanks for any ideas, R
his web server. FTP is unfortunately not an option as the client is a
novice, so I have created an admin interface to his website so he can
easily upload the necessary files.
The upload pages uses simple input file tags. Server side is
AspUpload.
However, the client is finding the process of locating the same 7
files twice a week too laborious and wants the admin page to locate
the files automatically.
I naively told him 'no problem' as I was under the impression I could
set the input file tag's value using asp :-( I even tried using an
input text tag with a multipart form, but no luck.....
Any suggestions on alternatives or workarounds would be great.
Ideally, I need ASP to feed the filenames into whatever is needed so
the client can upload the files using just one or two clicks.
Thanks for any ideas, R