Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

File upload progress bar [duplicate]

Possible Duplicate:
Upload Progress Bar in PHP

Can anyone suggest a good and easy way to include the file upload progress bar, while uploading a file. I know it would be a mix of javascript & php. Please suggest one

like image 676
Rahul TS Avatar asked Aug 31 '10 19:08

Rahul TS


People also ask

How do I upload files to Blazor?

To upload files in Blazor applications, install the NuGet package, BlazorInputFile. This package has the component, Blazor input file that is used to upload files.

What is progress bar in bootstrap?

A progress bar can be used to show a user how far along he/she is in a process. Bootstrap provides several types of progress bars. A default progress bar in Bootstrap looks like this: 70% Complete.


1 Answers

I like uploadify. Its very easy to implement and does the job perfectly.

like image 122
Iznogood Avatar answered Oct 22 '22 23:10

Iznogood