Answers for "angular input file accept"

1

completely uninstall apache from ubuntu

sudo apt-get remove --purge apache2 apache2-data apache2-utils
Posted by: Guest on July-15-2021
0

Completely uninstall apache2

$sudo service apache2 stop

$ sudo apt-get purge apache2 apache2-utils apache2.2-bin apache2-common
$ sudo apt-get autoremove

$ whereis apache2
Posted by: Guest on July-16-2021
21

accept only image files upload html

<input type="file" name="myImage" accept="image/x-png,image/gif,image/jpeg" />
Posted by: Guest on February-19-2020

Browse Popular Code Answers by Language