Re: [AOLSERVER] Uploading binary file!

2003-01-17 Thread Durga
Hey Dossy/Pete, Has anyone had issues with uploading binary file using multipart/form-data on AOLserver 3.5.0?..I am having troble uploading binary files. Please let me know if anyone knows fix for this problem. Thanks in advance for any inputs! -Durga -Original Message- From:

Re: [AOLSERVER] Uploading binary file!

2003-01-17 Thread Tom Jackson
Durga wrote: exec /usr/bin/cp [ns_queryget localfile.tmpfile] $dirpath$upname Try using ns_cp instead of exec /usr/bin/cp, or use 'file copy' with AOLserver 3.5.x. I am using 3.5.0, and have checked that both of these work on binary files. --Tom Jackson

Re: [AOLSERVER] Uploading binary file!

2003-01-17 Thread David Walker
Are you displaying back to the web page using ns_returnfile (should work)? or one of ns_write, ns_return (probably won't work since your content is binary. may work in 4.0) On Friday 17 January 2003 03:22 pm, Durga wrote: Hey Dossy/Pete, Has anyone had issues with uploading binary file using

Re: [AOLSERVER] Uploading binary file!

2003-01-17 Thread Durga
: Friday, January 17, 2003 2:24 PM To: [EMAIL PROTECTED] Subject: Re: [AOLSERVER] Uploading binary file! Durga wrote: exec /usr/bin/cp [ns_queryget localfile.tmpfile] $dirpath$upname Try using ns_cp instead of exec /usr/bin/cp, or use 'file copy' with AOLserver 3.5.x. I am using 3.5.0, and have

Re: [AOLSERVER] Uploading binary file!

2003-01-17 Thread Durga
]]On Behalf Of David Walker Sent: Friday, January 17, 2003 2:31 PM To: [EMAIL PROTECTED] Subject: Re: [AOLSERVER] Uploading binary file! Are you displaying back to the web page using ns_returnfile (should work)? or one of ns_write, ns_return (probably won't work since your content is binary. may work

Re: [AOLSERVER] Uploading binary file!

2003-01-17 Thread David Walker
: [AOLSERVER] Uploading binary file! Are you displaying back to the web page using ns_returnfile (should work)? or one of ns_write, ns_return (probably won't work since your content is binary. may work in 4.0) On Friday 17 January 2003 03:22 pm, Durga wrote: Hey Dossy/Pete, Has anyone had

Re: [AOLSERVER] Uploading binary file!

2003-01-17 Thread Nathan Folkman
In a message dated 1/17/2003 4:58:17 PM Eastern Standard Time, [EMAIL PROTECTED] writes: My co-worker tells me he did have trouble with file upload in 3.5.0 I didn't look into the problem and he is running 3.4.2 instead now. You'll want to upgrade to the latest 3.5.x build. There was a bug in

Re: [AOLSERVER] Uploading binary file!

2003-01-17 Thread Durga
, January 17, 2003 3:04 PMTo: [EMAIL PROTECTED]Subject: Re: [AOLSERVER] Uploading binary file!In a message dated 1/17/2003 4:58:17 PM Eastern Standard Time, [EMAIL PROTECTED] writes: My co-worker tells me he did have trouble with file upload in 3.5.0I didn't look into the problem

Re: [AOLSERVER] Uploading binary file!

2003-01-17 Thread Nathan Folkman
In a message dated 1/17/2003 5:29:58 PM Eastern Standard Time, [EMAIL PROTECTED] writes: Is it possible to apply patches to existing AOL server 3.5.0 to make it work?!..Or I must have to upgrade whole stuff. Please let me know. i'd recommend upgrading: