On Tue, 14 May 2002 18:21:54 -0400, "Bobby Kuzma" <[EMAIL PROTECTED]> wrote:
>
>Thanks everyone for your advice. Between the group of you and my own doh!
>moment, I've got it working.
>In case anyone was curious, here's what I was trying to do:
>
>Upload a file and store it uuencoded in a database.
>Dynamically retrieve the file from the database, uudecode it, and serve it.
>
>I know, it's not the best way to handle it, and if anyone has any better
>ideas, feel free share them.

Step 1 would be to eliminate the uuencoding.  That increases the size of the 
file by 33% and adds to your rendering time.  Every client/server database is 
able to handle binary large objects.

--
- Tim Roberts, [EMAIL PROTECTED]
  Providenza & Boekelheide, Inc.



_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to