+ 1
Is there a way to check the free storage of your hard drive with html?
I don't know if there is a way to do it and then convert it to a "progress bar" so if there is, please tell me how
2 Réponses
+ 3
No, there is none. I doubt that you can even do that on client side, because html and js are not allowed to execute outside the browser-provided interpreter.
+ 1
Ok thank you so much anyways.