PDA

View Full Version : File Uplaod Issue



Chris Spencer
6-Apr-2014, 11:50 PM
I have converted 2 17.1 ws and added file up;oad to both one works fine but the other throws the attached message

Basically the code is the same inboth and the one that fails when debugging has a correct file/path for the file to be saved on the server, but I get the error instead

Sort of run out of what to look fore so nay suggestions would be welcome

Harm Wibier
7-Apr-2014, 01:42 AM
If you run this within FireFox and use FireBug you might be able to get some more details. You should be able to see the file upload HTTP request on the console and / or on the net tab.

As this is using ASP you might get a more detailed error message by enabling ASP script error messages. See http://www.dataaccess.com/kbasepublic/KBPrint.asp?ArticleID=2445 for more information on this.

Regards,

Chris Spencer
7-Apr-2014, 02:10 AM
Damn
As soon as I turned on error messages to browser I found it

Thanks Harm


SUB Session_OnStart
WebAppServerSession.Initialize("ChangeManager18")
.Name="" <,---------------------------------------
oSessionManager.Name="oSessionManager"
oWebResourceManager.Name="oWebResourceManager"
Session.Timeout=1

END SUB