Re: [Flashcoders] FileReference.upload onComplete event fails on OSX

2006-08-05 Thread John VanHorn
this has been discussed before. http://www.abdulqabiz.com/blog/archives/flash_and_actionscript/workaround_file_1.php On 8/3/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: hi I have a flash 8 movie that upload jpegs to a server side script. When hosted on an NT server, with a php script

[Flashcoders] FileReference.upload onComplete event fails on OSX

2006-08-04 Thread lists
hi I have a flash 8 movie that upload jpegs to a server side script. When hosted on an NT server, with a php script that recieves the upload, the FileReference onComplete event gets called correctly when the an image has completely uploaded using FileReference.upload. This when movie is viewed

RE: [Flashcoders] FileReference.upload - onHTTPError: 302 on Mac OS X

2006-07-19 Thread Ben Smeets
: [Flashcoders] FileReference.upload - onHTTPError: 302 on Mac OS X Hey all, Does any know know why this might be happening? The 302 error seems to trigger when I move the uploaded file, so is it happening too soon? Thx! Aaron RE:http://chattyfig.figleaf.com/pipermail/flashcoders/2006-March

[Flashcoders] FileReference.upload - onHTTPError: 302 on Mac OS X

2006-03-16 Thread Nicolas Tremeaud
Hello everybody, How is it going??? Don t want to take too much of your time. I have a backend in Flash 8 which uploads a file using the FileReference class and a PHP serverscript. Everything is fine with a windows client. Strangely with a Mac OS X client (Firefox, safari, IE) the file is well

[Flashcoders] Filereference.upload

2005-12-06 Thread rishi
Hi Is there any Limit to size of file with uploading file greater than 10 mb. Although with php/asp scripts I have uploaded more than 50 mb-100 mb files to my server, but with filereference.uploadmethod, I am just able to upload files less than 10 mb of size. Any hints? Regards Rishi

Re: [Flashcoders] FileReference.upload - Filedata

2005-11-16 Thread Ryan Matsikas
you can't append anything to the file data but you can append to the url, and then fetch it in yer upload script.. it will be sent as a GET.. Also note with sessions.. they arent properly created in firefox and safari.. so don't count on that. Cheers, Ryan On 11/15/05, M Daggett [EMAIL

Re: [Flashcoders] FileReference.upload - Filedata

2005-11-16 Thread M Daggett
I was able to get it working with the url string like you mentioned... basically I store the session in the DB and generate a key that will expire after some time. Then the key is appended to the URL. When the url is posted the session is retrieved etc. etc. etc. One thing that is annoying though

Re: [Flashcoders] FileReference.upload - Filedata

2005-11-16 Thread M Daggett
Hey David, I am using Ruby. Thank you for the link though, maybe there is something that I can do that is analogous in Ruby. From MACR's own docs it appears they are sending the post as: application/octet-stream. Content-Type: multipart/form-data; boundary=AaB03x --AaB03x Content-Disposition:

Re: [Flashcoders] FileReference.upload - Filedata

2005-11-16 Thread JesterXL
: Re: [Flashcoders] FileReference.upload - Filedata Hey David, I am using Ruby. Thank you for the link though, maybe there is something that I can do that is analogous in Ruby. From MACR's own docs it appears they are sending the post as: application/octet-stream. Content-Type: multipart/form

Re: [Flashcoders] FileReference.upload - Filedata

2005-11-16 Thread M Daggett
flashcoders@chattyfig.figleaf.com Sent: Wednesday, November 16, 2005 6:18 PM Subject: Re: [Flashcoders] FileReference.upload - Filedata Hey David, I am using Ruby. Thank you for the link though, maybe there is something that I can do that is analogous in Ruby. From MACR's own docs it appears

Re: [Flashcoders] FileReference.upload - Filedata

2005-11-15 Thread M Daggett
Do you know if you can append extra parameters into the FileData? For example, I would like to allow users to describe their picture (name, title) but I don't have anyway to put that into the upload. I guess if worse came to worse I could add it to the URL but that is far from elegant.

Re: [Flashcoders] FileReference.upload - Filedata

2005-11-03 Thread David Rorex
On 11/3/05, bryan.rice [EMAIL PROTECTED] wrote: Every example of the Flash 8 file Upload feature uses the variable name Filedata in the server side script when referring to the file. Is this *always* the name that Flash passes to the server, or can this be specified somewhere? I can only

Re: [Flashcoders] FileReference.upload - Filedata

2005-11-03 Thread bryan.rice
On Nov 3, 2005, at 9:19 PM, David Rorex wrote: Is there a reason you need to change it? No - just curious. Thanx. blue skies, bryan ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com