Re: [Flashcoders] Flash upload problems

2006-09-15 Thread Ricardo Sánchez
is just a framework. http://struts.apache.org/ Muzak - Original Message - From: Ricardo Sánchez [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, September 14, 2006 10:32 AM Subject: [Flashcoders] Flash upload problems Ok, I supposed

Re: [Flashcoders] Flash upload problems

2006-09-15 Thread Michael Stuhr
Muzak schrieb: http://www.osflash.org/pipermail/osflash_osflash.org/2006-February/007266.html *bookmark* This has nothing to do with Struts by the way. Struts is just a framework. http://struts.apache.org/ :-) micha ___

Re: [Flashcoders] Flash upload problems

2006-09-15 Thread David Rorex
I've had the same problem with the empty uploads, using PHP on the server. For every file I upload, flash makes 2 requests, the first request with 0 data, and the second one with the actual file. I think it's been replicated by many people. The solution is to just ignore invalid uploads on the

Re: [Flashcoders] Flash upload problems

2006-09-15 Thread hank williams
According to adobe, the double upload thing is not a bug. It was part of the design. Supposedly to make sure that there is really a server there before starting a big upload. It seems to me this was a *horrible* design decision, but I guess its not a bug since it was their intent. But there are

[Flashcoders] Flash upload problems

2006-09-14 Thread Ricardo Sánchez
Ok, I supposed this has been talked over and over a thousand times but I can't find a solution. We are trying to implement an upload for large files in flash. Our first approach was to use FileReference in Flash 8. But the backend guys said we should use something called struts for Java (no

Re: [Flashcoders] Flash upload problems

2006-09-14 Thread Muzak
flashcoders@chattyfig.figleaf.com Sent: Thursday, September 14, 2006 10:32 AM Subject: [Flashcoders] Flash upload problems Ok, I supposed this has been talked over and over a thousand times but I can't find a solution. We are trying to implement an upload for large files in flash. Our first approach