The Adobe docs are a bit dicey on this: "Starts the upload of a file selected 
by a user to a remote server. Although Flash Player has no restriction on the 
size of files you can upload or download, the player officially supports 
uploads or downloads of up to 100 MB.  You must call the FileReference.browse() 
or FileReferenceList.browse()  method before you call this method." 

http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/net/FileReference.html#upload%28%29

Most people haven't actually run into this restriction though.  I think it's 
more a case of Adobe covering their ass since I lot of things can go wrong 
while uploading large files.  I had some issues with this before and it 
actually ended up being more like what Tom is describing - the web server was 
running out of memory and dying.  I'd recommend taking a look at your server 
logs to start diagnosing the problem.  A good test for isolating the problem 
would be to attempt the large upload via a standard HTML upload form and see if 
that works (if it doesn't, then obviously it's a problem with your server).     

--- In flexcoders@yahoogroups.com, Tom Chiverton <tom.chiver...@...> wrote:
>
> On Friday 21 May 2010 13:13:03 you wrote:
> > Good day all,
> >  
> > I just start using flex. I would like to upload files with 150mb size. But
> >  somehow I am facing the problem of passing this file to the java side. So
> >  could you please help me. 
> 
> What goes wrong ? If smaller files transfer fine, it's probably a max process 
> lifetime or RAM usage on the server.
> 
> -- 
> Tom Chiverton
> Helping to simultaneously conquer metrics as part of the IT team of the year 
> 2010, '09 and '08
> 
> ****************************************************
> 
> This email is sent for and on behalf of Halliwells LLP.
> 
> Halliwells LLP is a limited liability partnership registered in England and 
> Wales under registered number OC307980 whose registered office address is at 
> Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
> of members is available for inspection at the registered office together with 
> a list of those non members who are referred to as partners.  We use the word 
> ?partner? to refer to a member of the LLP, or an employee or consultant with 
> equivalent standing and qualifications. Regulated by the Solicitors 
> Regulation Authority.
> 
> CONFIDENTIALITY
> 
> This email is intended only for the use of the addressee named above and may 
> be confidential or legally privileged.  If you are not the addressee you must 
> not read it and must not use any information contained in nor copy it nor 
> inform any person other than Halliwells LLP or the addressee of its existence 
> or contents.  If you have received this email in error please delete it and 
> notify Halliwells LLP IT Department on 0870 365 2500.
> 
> For more information about Halliwells LLP visit www.halliwells.com.
>


Reply via email to