Somewhere in TR.prop's you can change the maxfileuploadsize. I am uploading 36 MB zip files of MP3's successfully!
Because uploading a file is not asynchonous, the user must wait while the file is uploaded however... Eric -----Original Message----- From: turbine dev [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 12:50 PM To: Turbine Users List Subject: Load a file into a table Hi, I'm new in turbine so...... I need load a user flat ASCII file into a table. This user send me the file via UploadService and I can read the file and load the data into the table. But if the file is large the user has a timeout . what's the best way for load the file into the table ? With a thread ? there is a Service ? how can the user see when I finish ? thanks in advance. Jorge Aguilera -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
