Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Pro

 AfterLogic Forum : AfterLogic WebMail Pro
Subject Topic: Email attachment problem Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
ghalaad
Newbie
Newbie
Avatar

Joined: 03 October 2010
Online Status: Offline
Posts: 4
Posted: 03 October 2010 at 9:07pm | IP Logged Quote ghalaad

Hello,

i can't join attachment to any emails.

soft : Afterlogic webmail lite
* linux debian lenny
* nginx 0.6.32
* php-5.2.6-1

log :
Code:
[04/10/2010][14:13:38.237] INFORMATION:
   > [POST(1)] /processing.php
   > ver.5.0.9 [SERVER-IP:192.168.1.3][USER-IP:192.168.100.136]
   > PHP-5.2.6-1+lenny9, nginx/0.6.32
[14:13:38.237] <<<[client_xml]<<<
<?xml version="1.0" encoding="utf-8"?><webmail><param name="action" value="add"/><param name="request" value="error"/><param name="background" value="1"/><error><![CDATA[Upload error Code: IO Error, File name: filetest.zip, Message: Error #2038]]></error></webmail>
[14:13:38.242] :: connection time -> 0,000257968902588
[14:13:38.242] Error: CProcessingSwitch->DoAddError not exist!
[14:13:38.243] >>>[server_xml]>>>
<?xml version="1.0" encoding="utf-8"?><webmail background="1"><error><![CDATA[Une exception WEBMAIL est survenue]]></error></webmail>


I have chmod the whole folder to 777.
Still same problem.

Help, anyone ?

regards
Back to Top View ghalaad's Profile Search for other posts by ghalaad
 
ghalaad
Newbie
Newbie
Avatar

Joined: 03 October 2010
Online Status: Offline
Posts: 4
Posted: 04 October 2010 at 8:26pm | IP Logged Quote ghalaad

Same problem with Apache2.

Maybe is it coming from swfupload.swf ?
Back to Top View ghalaad's Profile Search for other posts by ghalaad
 
ghalaad
Newbie
Newbie
Avatar

Joined: 03 October 2010
Online Status: Offline
Posts: 4
Posted: 04 October 2010 at 8:37pm | IP Logged Quote ghalaad

Working with internet explorer 8.
Not with chrome nor firefox.
Back to Top View ghalaad's Profile Search for other posts by ghalaad
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 05 October 2010 at 12:52am | IP Logged Quote Igor

Try disabling the Flash-based file uploader by uncommenting the following line at the end of webmail.php file:

Code:
// flashInstalled = FLASH_NOT_INSTALLED;


--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
ghalaad
Newbie
Newbie
Avatar

Joined: 03 October 2010
Online Status: Offline
Posts: 4
Posted: 05 October 2010 at 3:07pm | IP Logged Quote ghalaad

It's working. Thank you.

You can't upload files with swfupload.swf when ssl il on. It is not working on firefox & chrome at least.
Back to Top View ghalaad's Profile Search for other posts by ghalaad
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 05 October 2010 at 11:28pm | IP Logged Quote Igor

Thanks for your feedback. I will make sure the developers check the behavior of Flash uploader under HTTPS.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
Wolfgang
Newbie
Newbie


Joined: 18 December 2010
Location: Germany
Online Status: Offline
Posts: 8
Posted: 24 January 2011 at 11:46am | IP Logged Quote Wolfgang

Hello all,

I can confirm that attaching a file does not work on FF or Chrome when Flash is installed.

On a machine with Flash, Firefox is able to attach files, because it uses a simple form to do so.

Does that Flash-button have any benefit over a simple form?

If not, then noboday would be sad if it would be downgraded.

Thanks,
Wolfgang
Back to Top View Wolfgang's Profile Search for other posts by Wolfgang
 
walkertc
Newbie
Newbie


Joined: 23 January 2011
Location: United States
Online Status: Offline
Posts: 5
Posted: 24 January 2011 at 6:42pm | IP Logged Quote walkertc

I also have this problem uploading attachments over SSL using Firefox. Internet Explorer works fine.

All browsers work well if Flash is not installed or disabled. Of course, there is no way I'm going to go to every workstation to do this.
Back to Top View walkertc's Profile Search for other posts by walkertc
 
walkertc
Newbie
Newbie


Joined: 23 January 2011
Location: United States
Online Status: Offline
Posts: 5
Posted: 24 January 2011 at 6:46pm | IP Logged Quote walkertc

How do you disable the Flash-based file uploader in Webmail for Windows?
Back to Top View walkertc's Profile Search for other posts by walkertc
 
hyperpac
Newbie
Newbie
Avatar

Joined: 23 January 2011
Location: Germany
Online Status: Offline
Posts: 17
Posted: 25 January 2011 at 3:32am | IP Logged Quote hyperpac

Igor wrote:
Try disabling the Flash-based file uploader by uncommenting the following line at the end of webmail.php file:

Code:
// flashInstalled = FLASH_NOT_INSTALLED;


--
Regards,
Igor, AfterLogic Support


Did not work for me. I have the same problem with SSL and Firefox.

When I add this line to webmail.php, I can login but then I only see a blank screen. What is my mistake ?
Back to Top View hyperpac's Profile Search for other posts by hyperpac Visit hyperpac's Homepage
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 25 January 2011 at 4:54am | IP Logged Quote Igor

We are aware of several issues with Flash-based uploader, and in upcoming 6.0 release it will be replaced with AJAX-based one.

Quote:
When I add this line to webmail.php, I can login but then I only see a blank screen. What is my mistake ?


You are not supposed to add that line, you need to locate it and remove those slashes. While that's webmail.php in some
versions, in other versions you should check flash-detect.php file.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
hyperpac
Newbie
Newbie
Avatar

Joined: 23 January 2011
Location: Germany
Online Status: Offline
Posts: 17
Posted: 25 January 2011 at 5:00am | IP Logged Quote hyperpac

Igor wrote:
We are aware of several issues with Flash-based uploader, and in upcoming 6.0 release it will be replaced with AJAX-based one.

Quote:
When I add this line to webmail.php, I can login but then I only see a blank screen. What is my mistake ?


You are not supposed to add that line, you need to locate it and remove those slashes. While that's webmail.php in some
versions, in other versions you should check flash-detect.php file.

--
Regards,
Igor, AfterLogic Support


Igor you´re the greatest ! Now it works. Thanks a lot !!!
Back to Top View hyperpac's Profile Search for other posts by hyperpac Visit hyperpac's Homepage
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide