Hello, I am developing a web application that needs to allow uploading of file of sizes ranging 200Mb - 1 GB. Currently, I'm doing this with the FileUploadAction, which however loads the entire file in memory - as I understood
I remember once I came across another possible solution, which allows the serialization of the file data as it is received from the server. Unfortunately, I can't find this reference anymore. Anybody knows/has an hint about that? Thanks, Dan