Answers for "php cant upload Fif"

PHP
23

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.
Posted by: Guest on February-03-2021
20

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.
Posted by: Guest on February-03-2021

Browse Popular Code Answers by Language