[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

[Flashcoders] FileReference.upload -> "Filedata"

2005-11-03 Thread bryan.rice
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 find examples, but not documentation stating t

Re: [Flashcoders] Filereference.upload

2005-12-07 Thread Mike Duguid
If you read flashes built in help files ActionScript classes > FileReference > upload it tells you 100mb On 12/5/05, rishi <[EMAIL PROTECTED]> wrote: > 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

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 o

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 http://chattyfig.figleaf.com/mailman/listinfo/flash

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. Additional

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 PROTEC

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 David Rorex
For getting the file type, if you are using php, see: http://us2.php.net/manual/en/function.mime-content-type.php -David R On 11/16/05, M Daggett <[EMAIL PROTECTED]> wrote: > I was able to get it working with the url string like you mentioned... > basically I store the session in the DB and gener

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
Late to the thread, no clue if this helps: http://www.collcoll.com/index.php/2005/11/15/more-on-flash-and-ruby-posting/ - Original Message - From: "M Daggett" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Wednesday, November 16, 2005 6:18 PM

Re: [Flashcoders] FileReference.upload -> "Filedata"

2005-11-16 Thread M Daggett
lt;[EMAIL PROTECTED]> > To: "Flashcoders mailing list" > 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 somethi

Re: [Flashcoders] FileReference.upload -> "Filedata"

2005-11-16 Thread JesterXL
Sent: Wednesday, November 16, 2005 9:06 PM Subject: Re: [Flashcoders] FileReference.upload -> "Filedata" Ha, That is my blog :-) On 11/16/05, JesterXL <[EMAIL PROTECTED]> wrote: > > Late to the thread, no clue if this helps: > > http://www.collcoll.com/index.p

Re: [Flashcoders] FileReference.upload -> "Filedata"

2005-11-16 Thread M Daggett
D]> > To: "Flashcoders mailing list" > Sent: Wednesday, November 16, 2005 9:06 PM > Subject: Re: [Flashcoders] FileReference.upload -> "Filedata" > > > Ha, > That is my blog :-) > > > On 11/16/05, JesterXL <[EMAIL PROTECTED]> wrote: > > &

[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 in

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

2006-07-19 Thread Aaron Buchanan
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/162075.html ---

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 - 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 u

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