phpbnoobb23 Posted August 22, 2014 Share Posted August 22, 2014 I was wondering if there is a way to add an progress bar to this script that uploads files to a sql database <!DOCTYPE html> <head> <title>MySQL file upload</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body> <form action="add_file.php" method="post" enctype="multipart/form-data"> <input type="file" name="uploaded_file"><br> <input type="submit" value="Upload file"> </form> <p> <a href="list_files.php">See all files</a> </p> <p> <a href="search.php">Search Database</a> </p> </body> </html> If so, how would i go about doing that? Quote Link to comment Share on other sites More sharing options...
CroNiX Posted August 22, 2014 Share Posted August 22, 2014 http://www.uploadify.com/ 1 Quote Link to comment Share on other sites More sharing options...
fastsol Posted August 22, 2014 Share Posted August 22, 2014 Here is a great tutorial series on how to build it with ajax. https://www.youtube.com/playlist?list=PLfdtiltiRHWHCzhdE0N1zmeFHlEuqxQvm 1 Quote Link to comment Share on other sites More sharing options...
phpbnoobb23 Posted August 22, 2014 Author Share Posted August 22, 2014 Thanks a lot guys. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.