2

I am using an HTML form to upload files and PHP code to save the form file in the directory and its working fine

But I need to show the progress bar using the browser status bar(shown in image file) or something similar but now with the jquery etc.

let me know if there is any possible solution with pure HTML and PHP

don't mark my question down I have searched it everywhere

Thanks in advance


Browser default uploading progress bar

4
  • Why don't you want to use jQuery? Yes, it might add much unused code to your project, but you gain much more than writing it on your own and fiddle around with browser inconsistencies Commented Dec 19, 2017 at 10:44
  • i already implement all my logic using PHP but if i will add jquery then I need a lot of more and extra code Commented Dec 19, 2017 at 10:54
  • For using jQuery, you don't need a single line of PHP. But okay - have a look at stackoverflow.com/a/13766628 Commented Dec 19, 2017 at 11:02
  • i will test it thank s Commented Dec 19, 2017 at 11:05

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.