Author |
|
konmax Newbie
Joined: 29 November 2010
Online Status: Offline Posts: 31
|
Posted: 03 December 2010 at 12:43am | IP Logged
|
|
|
Hi All,
I'm playing with a webmail asp.net installation on a windows XP box. So far, everything seems to work perfect. Now I tried to attach a file to a new message and I get an "undefined error" while uploading the file. Nothing as mentioned in the log file. I found some posts about file permissions but I'm pretty sure that this is not the problem here. And I read that it is necessary to deactivate flash when using SSL so I changed this line:
flashInstalled = FLASH_INSTALLED
to
flashInstalled = FLASH_NOT_INSTALLED
in the file webmail.aspx.
The error is still there.
Any other idea?
Many thanks,
Konrad
|
Back to Top |
|
|
konmax Newbie
Joined: 29 November 2010
Online Status: Offline Posts: 31
|
Posted: 03 December 2010 at 1:09am | IP Logged
|
|
|
Found the problem:
I modified the wrong code in the webmail.aspx (vbscript section instead of javascript). Now it is working...
Thanks anyway,
Konrad
|
Back to Top |
|
|