I think I've developed a quite useful tool to help with Web/Database development with Perl and would like some feedback on it.
CGI::UploadDB manages file uploads with a SQL database. Through a (fairly) simple interface, it handles generating thumbnails, file installation, deletion, and display.
Files are stored on the filesystem with meta-data in the database. MySQL and Postgres are supported now.
A version of this module last appeared on PerlMonks as CGI::MediaDB. Since then I've improved the interface and documentation, and made the whole thing more generalized and less centered on image uploading.
I'm interested to know: Useful idea? Useful interface? Clear documentation? Other suggestions?
Full documentation and source code are available. It does currently depend on Data::FormValidator > 3.2. There's a development version on CPAN that works now (3.49_01).
Thanks!
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.