Dear y'all,
I'm trying to upload several files at once into an access database residing in a web
server.
I would like to know if I can use FSO to browse all the files within a directory and
then upload them using http method POST into an ASP file that will take care of the
insertion into the database.
the parameters i have to upload are:
file name without extension (all filenames have the same character length)
file binary data. (all jpegs)
is this even possible?
thank you very much in advance.