Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
It depends whether your web page is LOCAL...
You only have client-side functionality until submission
_______________ _______________
| | | |
| your computer | | server |
| | submit | |
| LOCAL | ------------> | REMOTE |
| | | |
| javascript | | Perl |
|_______________| |_______________|
or REMOTE...
You have server-side functionality that you can make use of
_______________ _______________
| | | |
| server | | server |
| | submit | |
| REMOTE | ------------> | REMOTE |
| | | |
| js & Perl | | js & Perl |
|_______________| |_______________|
You will be able to get the file size - however, it might be a bit awkward