Date: 07/10/01
- Next message: Jack: "[PHP] http header"
- Previous message: Steve Brett: "RE: [PHP] Oracle 8i + non perstistant database connections remain ing open."
- In reply to: Tom Gitzinger: "[PHP] Store uploaded files in MySQL-BLOB"
- Next in thread: Tom Gitzinger: "[PHP] PHP] Re: Store uploaded files in MySQL-BLOB"
- Reply: Tom Gitzinger: "[PHP] PHP] Re: Store uploaded files in MySQL-BLOB"
- Reply: Ben Bleything: "RE: [PHP] Re: Store uploaded files in MySQL-BLOB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I would suggest setting the database column to LONGTEXT instead of BLOB
since it can accomidate far more characters per entry.
As for the entry to the database through php, I'm not entirely sure what
method you're using to add these. Are they uploading their file and then it
reads it as it exists on the server? Is it supposed to read a file they
specify with a browse but never actually upload it anywhere? It might be
better to just include a text field for them to cut+paste to in a form if
it's nothing but text.
-Adam
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Jack: "[PHP] http header"
- Previous message: Steve Brett: "RE: [PHP] Oracle 8i + non perstistant database connections remain ing open."
- In reply to: Tom Gitzinger: "[PHP] Store uploaded files in MySQL-BLOB"
- Next in thread: Tom Gitzinger: "[PHP] PHP] Re: Store uploaded files in MySQL-BLOB"
- Reply: Tom Gitzinger: "[PHP] PHP] Re: Store uploaded files in MySQL-BLOB"
- Reply: Ben Bleything: "RE: [PHP] Re: Store uploaded files in MySQL-BLOB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

