How can I upload a file to an SQL database via the command line I.E.
php insertfile.php /dir/document.doc
I just need to know how to simlate a post to insertfile.php so that way I can get the values I need.
Thanks, John