| Author |  | 
      
        | emiliodeme Newbie
 
  
 
 Joined: 03 May 2012
 Online Status: Offline
 Posts: 9
 | 
          Hi there,
           | Posted: 03 May 2012 at 8:51pm | IP Logged |   |  
           | 
 |  
 When I try to attach something to the email it completes the progression bar, the files looks like its attached, but when I send the email it doesnt send the attachment... dont matter the attachment size...
 
 What can it be?
 
 Thanks!
 Emilio
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | soffe Newbie
 
  
 
 Joined: 03 May 2012
 Online Status: Offline
 Posts: 3
 | 
          browser ?
           | Posted: 04 May 2012 at 1:36am | IP Logged |   |  
           | 
 |  
 
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          Are you using PHP or ASP.NET version? What's the version number? Are you getting the same behavior on the latest version?
           | Posted: 04 May 2012 at 4:16am | IP Logged |   |  
           | 
 |  
 And indeed, web browser used might be important.
 
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | emiliodeme Newbie
 
  
 
 Joined: 03 May 2012
 Online Status: Offline
 Posts: 9
 | 
          Tried with Google Chrome, Firefox and Safari for Mac, on these it looks like it completes uploading but when sent nothing goes with...
           | Posted: 04 May 2012 at 9:06am | IP Logged |   |  
           | 
 |  
 On Internet Explorer for Windows it fails to upload.
 
 Afterlogic Webmail Lite php version 6.4.1... last version so!
 
 
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          I'd suggest to get some developer tool, like Firebug plugin for Mozilla Firefox, Chrome offers similar console as well. Once the attaching is done, see if there's any error in console. Also, PHP/webserver logs might be of interest; at the moment, this looks like some kind of permission problem.
           | Posted: 05 May 2012 at 12:32am | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | emiliodeme Newbie
 
  
 
 Joined: 03 May 2012
 Online Status: Offline
 Posts: 9
 | 
          
           | Posted: 06 May 2012 at 9:58pm | IP Logged |   |  
           | 
 |  
| Igor wrote: 
 
    
    | 
      
       | I'd suggest to get some developer tool, like Firebug plugin for Mozilla Firefox, Chrome offers similar console as well. Once the attaching is done, see if there's any error in console. Also, PHP/webserver logs might be of interest; at the moment, this looks like some kind of permission problem. 
 --
 Regards,
 Igor, AfterLogic Support
 |  |  |  
 Thanks for the answer!
 The console reports the following:
 
 
 
| Quote: 
 
    
    | 
      
       | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head>
 <title>501 Method Not Implemented</title>
 </head><body>
 <h1>Method Not Implemented</h1>
 <p>POST to /mail/fileuploader.php not supported.<br />
 </p>
 </body></html>
 |  |  |  
 Would be happy for any help :p
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | emiliodeme Newbie
 
  
 
 Joined: 03 May 2012
 Online Status: Offline
 Posts: 9
 | 
          Anyone can help?
           | Posted: 09 May 2012 at 12:11pm | IP Logged |   |  
           | 
 |  Would be very happy  :)
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          Looks like file uploads via POST are disabled on your web server. To check if that's the case, you can run an example found in PHP documentation, and if that one fails to work too contact your hosting provider / system administrator for further assistance.
           | Posted: 14 May 2012 at 1:13am | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | emiliodeme Newbie
 
  
 
 Joined: 03 May 2012
 Online Status: Offline
 Posts: 9
 | 
          Hi!
           | Posted: 17 May 2012 at 12:34pm | IP Logged |   |  
           | 
 |  
 Thank you for your answer.
 
 Looks like that the problem was beeing caused by a security module, mod_security... but even with it disabled, it still isn't completely solved.
 
 Now it presents a different problem, when I try to attach a file it returns an error that says that it wasn't possible to save the file...
 
 Any clue?
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | emiliodeme Newbie
 
  
 
 Joined: 03 May 2012
 Online Status: Offline
 Posts: 9
 | 
          Problem solved.
           | Posted: 18 May 2012 at 6:03am | IP Logged |   |  
           | 
 |  Now it was data folder permission problem.
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | adnetgroup Newbie
 
  
  
 Joined: 31 July 2012
 Location: Puerto Rico
 Online Status: Offline
 Posts: 1
 | 
          what rule you apply to modsecurity?
           | Posted: 31 July 2012 at 7:19am | IP Logged |   |  
           | 
 |  
 I'm having the same issues and don't found a solution
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          Well, ruleset used in mod_security varies between systems, so you'd need to study your configuration and logs to find out which rule breaks things, if you'd rather not disable the module itself as the original poster did.
           | Posted: 31 July 2012 at 12:17pm | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  |