Jump to content

Progress Bar for upload


phpbnoobb23

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.