Hello,
Here is the full outline of the issue:
------------------------------------------
Server: Windows 2000
Web Server: IIS 5.0
Database: SQL Server 2000 Spk 3
Web Pages: ASP (MDE 6.0)
------------------------------------------
History
------------------------------------------
I have an ASP Page that uses enctype="multipart/form-data" and posts the
form upload to another asp file.
The second asp file opens SQL Server, creates a new record in the Uploads
table and retrieves the ID. The ID is used as the name of a new folder
created. Then the file is uploaded the new folder location using the
ASPFileUpload dll provided by MSDN.
Problem
------------------------------------------
When using the Safari browser (MAC OS X) there are numerous records created
in the DB and numerous folders created, with no uploaded file present.
It is as if the Safari browser is calling the page 10 times, and only going
as far as the new record in the DB and the creation of the folders each time.
Finally the following error occurs on the MAC: "Safari can't connect to the
server: Safari can't open the page '<http page>' because it could not connect
to the server '<web site root>'".
Thanks in advance.