You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by turbine dev <tu...@hotmail.com> on 2002/04/16 18:50:24 UTC

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Load a file into a table

Posted by Eric Pugh <ep...@upstate.com>.
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:turbineinteresado@hotmail.com]
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:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>