Is there a way to upload a file without being forced to provide the directory path through the "param()" function? I basically want people to click on the button (within Access db) that would automatically upload their file and post it onto the website. I basically created a macro that opens a location www.domainname.com/upload.cgi but the problem is that I don't know how to include the location of the file being uploaded in the script (since the location of the file will always be the same) so the user is not asked to provide it.
Thank you, Mariusz