Re: [Flashcoders] http error 302 on upload with filereference object

2007-03-20 Thread Emir Krkic

I had nightmares with this. I never made it work on Mac with Apache server
as upload server with PHP 4. It is some combination there which is not
alright. I tryied the same php script and upload with html page and that
worked. But not with FLASH. It looked like it was uploading and it came
almost to the end and then I recived the error. I tryied with all those
tricks, like return an empty string, change the config files on the server
side etc... Everything that I found on the web. Finally I made an HTML page
for the Mac users that uploaded the file thru a form and then I past the
filename to the flash with swf object class.
If you find a solution I would love to hear it!

On 3/16/07, Smeets, Ben [EMAIL PROTECTED] wrote:


Had similar woes ;)

The important thing is 1) Firefox does things differently 2) Mac does
things differently. If both are true in your situation, the one thing
that pops in mind is the fact that your server upload handling script,
always needs to return something for the upload to succeed. E.g.
normally your upload handler doesn't return anything, to make it work in
mac environments, make it return an empty string after it has processed
the upload.

Ben

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Josh
Ettwein
Sent: vrijdag 16 maart 2007 0:50
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] http error 302 on upload with filereference
object

Anyone get these before? my entire app works to one remote php script on
one server and then when moving it to a production app environment
(which is Perl) I don't even see a request showing up in the apache
access logs. The filereference object is reporting back an http error of
type 302. I'm wondering if anyone has experienced file upload woes like
this...


--
Josh Ettwein | Sr. Software Engineer | Eyespot.com | www.eyespot.com





___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training http://www.figleaf.com
http://training.figleaf.com


This e-mail and any attachment is for authorised use by the intended
recipient(s) only. It may contain proprietary material, confidential
information and/or be subject to legal privilege. It should not be copied,
disclosed to, retained or used by, any other party. If you are not an
intended recipient then please promptly delete this e-mail and any
attachment and all copies and inform the sender. Thank you.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] http error 302 on upload with filereference object

2007-03-16 Thread Smeets, Ben
Had similar woes ;)

The important thing is 1) Firefox does things differently 2) Mac does
things differently. If both are true in your situation, the one thing
that pops in mind is the fact that your server upload handling script,
always needs to return something for the upload to succeed. E.g.
normally your upload handler doesn't return anything, to make it work in
mac environments, make it return an empty string after it has processed
the upload.

Ben 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Josh
Ettwein
Sent: vrijdag 16 maart 2007 0:50
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] http error 302 on upload with filereference
object

Anyone get these before? my entire app works to one remote php script on
one server and then when moving it to a production app environment
(which is Perl) I don't even see a request showing up in the apache
access logs. The filereference object is reporting back an http error of
type 302. I'm wondering if anyone has experienced file upload woes like
this...


--
Josh Ettwein | Sr. Software Engineer | Eyespot.com | www.eyespot.com





___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training http://www.figleaf.com
http://training.figleaf.com


This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] http error 302 on upload with filereference object

2007-03-15 Thread Muzak
Not sure if this helps:
http://www.mail-archive.com/flashcoders@chattyfig.figleaf.com/msg18396.html

regards,
Muzak

- Original Message - 
From: Josh Ettwein [EMAIL PROTECTED]
To: flashcoders@chattyfig.figleaf.com
Sent: Friday, March 16, 2007 12:49 AM
Subject: [Flashcoders] http error 302 on upload with filereference object


 Anyone get these before? my entire app works to one remote php script  on one 
 server and then when moving it to a production app 
 environment  (which is Perl) I don't even see a request showing up in the 
 apache  access logs. The filereference object is 
 reporting back an http error  of type 302. I'm wondering if anyone has 
 experienced file upload woes  like this...


 --
 Josh Ettwein | Sr. Software Engineer | Eyespot.com | www.eyespot.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com