[Fwd: [Bug 356470] HTTPS File Upload results in partial and/ or corrupted files on server]

2007-04-23 Thread Issac Goldstand
--- Begin Message --- Do not reply to this email. You can add comments to this bug at https://bugzilla.mozilla.org/show_bug.cgi?id=356470 --- Comment #78 from Tim Meader <[EMAIL PROTECTED]> 2007-04-23 14:30:18 PDT --- I can happily report that the linked libapreq-1.34-RC1 DOES in fact clear

Re: File upload

2006-02-26 Thread William A. Rowe, Jr.
Randy Kobes wrote: On Sat, 25 Feb 2006, Franky Braem wrote: Randy Kobes wrote: On Sat, 25 Feb 2006, Franky Braem wrote: The directive LoadFile "C:/Path/to/Apache2/bin/libapreq2.dll" should specify the absolute location where the libapreq2.dll library resides. I've downloaded the latest

Re: File upload

2006-02-25 Thread Randy Kobes
On Sat, 25 Feb 2006, Franky Braem wrote: Randy Kobes wrote: On Sat, 25 Feb 2006, Franky Braem wrote: The directive LoadFile "C:/Path/to/Apache2/bin/libapreq2.dll" should specify the absolute location where the libapreq2.dll library resides. I've downloaded the latest Apache source 2.0.55

Re: File upload

2006-02-25 Thread Randy Kobes
On Sat, 25 Feb 2006, Franky Braem wrote: Try instead LoadFile "C:/Path/to/Apache2/bin/libarpeq2.dll" LoadModule apreq_module modules/mod_apreq2.so I get the following now: C:\Program Files\apachefriends\xampp\apache\bin>apache Syntax error on line 177 of C:/Program Files/apachefriends/

Re: File upload

2006-02-25 Thread Franky Braem
Try instead LoadFile "C:/Path/to/Apache2/bin/libarpeq2.dll" LoadModule apreq_module modules/mod_apreq2.so I get the following now: C:\Program Files\apachefriends\xampp\apache\bin>apache Syntax error on line 177 of C:/Program Files/apachefriends/xampp/apache/conf/httpd.conf: Cannot load l

Re: File upload

2006-02-24 Thread Randy Kobes
On Fri, 24 Feb 2006, Franky Braem wrote: Randy Kobes wrote: It should be possible - is that what you're using? If you are, you should ensure everything else (httpd, apr, ...) was also built with the same compiler - there are known problems mixing, for example, things compiled with VC++ 7 wit

Re: File upload

2006-02-24 Thread Franky Braem
Randy Kobes wrote: It should be possible - is that what you're using? If you are, you should ensure everything else (httpd, apr, ...) was also built with the same compiler - there are known problems mixing, for example, things compiled with VC++ 7 with those of VC++ 6. I've got the followi

Re: File upload

2006-02-24 Thread Franky Braem
Joe Schaefer wrote: Franky Braem <[EMAIL PROTECTED]> writes: Is there a step by step tutorial on how to implement a file upload in an Apache module with apreq2? I'm trying to write mod_wxjs (JavaScript and wxWidgets as server side script, more info on wxjs.sourceforge.net) and I wa

Re: File upload

2006-02-24 Thread Joe Schaefer
Franky Braem <[EMAIL PROTECTED]> writes: > Is there a step by step tutorial on how to implement a file upload in > an Apache module with apreq2? I'm trying to write mod_wxjs (JavaScript > and wxWidgets as server side script, more info on > wxjs.sourceforge.net) and I wa