php can'tt uploadd gif code example
Example 1: php can't upload gif
Check your file size limit. If you use XAMPP, open your "php.ini" file and
search (CTRL+F) for "filesize", then change the limit to whatever you want.
save the changes and restart apache.
You now should be able to upload bigger files.
Example 2: php cant upload gif
Versuchen Sie in der 'php.ini'(XMAPP/apache/php) Datei die 'filesize' zu vergrössern.
Gifs, welche zu gross sind werden vom Apache Webserver nicht angenommen.