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? Link to comment https://forums.phpfreaks.com/topic/290595-progress-bar-for-upload/ Share on other sites More sharing options...
CroNiX Posted August 22, 2014 Share Posted August 22, 2014 http://www.uploadify.com/ Link to comment https://forums.phpfreaks.com/topic/290595-progress-bar-for-upload/#findComment-1488628 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 Link to comment https://forums.phpfreaks.com/topic/290595-progress-bar-for-upload/#findComment-1488629 Share on other sites More sharing options...
phpbnoobb23 Posted August 22, 2014 Author Share Posted August 22, 2014 Thanks a lot guys. Link to comment https://forums.phpfreaks.com/topic/290595-progress-bar-for-upload/#findComment-1488633 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.