Simple jQuery progress bar percentage

后端 未结 2 1285
予麋鹿
予麋鹿 2020-12-09 05:01

I have been trying to find a simple tutorial that shows the basics of how to add a progress percentage to my file upload, I have already built my file upload part so I don\'

2条回答
  •  不知归路
    2020-12-09 05:55

    Look here:

    http://jquery.malsup.com/form/progress.html

    Try this:-

    this is my html code

    
    
    File Upload Progress Demo #1
    
    
    
        

    File Upload Progress Demo #1

    <input type="file" name="myfile">

    0%

    my php code

    
    

提交回复
热议问题