PHP File Upload Progress Bar for Inserting Records

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rajsekar2u
Forum Commoner
Posts: 71
Joined: Thu Nov 20, 2008 4:23 am

PHP File Upload Progress Bar for Inserting Records

Post by rajsekar2u »

I was going to try using a file upload progress bar (Using the new classes available with PHP 5.2.x) for files submitted to an MySQL database using the "Insert Record" server behavior. Has anyone tried this with this server behavior before? If so does it work? Thank you in advance
User avatar
it2051229
Forum Contributor
Posts: 312
Joined: Tue Dec 25, 2007 8:34 pm

Re: PHP File Upload Progress Bar for Inserting Records

Post by it2051229 »

hmmmm... that's quite interesting... because so far I only see progress bar interfaces on AJAX enabled websites that do file uploading.. tell me more about it
Post Reply