Ho letto quanto riportato nel mesasggio di avviso,che compare se si tenta di caricare file troppo grandi,> 2048KB,ed ho trovato questo:
- Codice: Seleziona tutto
The first things to check (or ask your host provider to check) are the values of upload_max_filesize, memory_limit and post_max_size in the php.ini configuration file. All of these three settings limit the maximum size of data that can be submitted and handled by PHP. One user also said that post_max_size and memory_limit need to be larger than upload_max_filesize.
Qui sorge la domanda; dove trovo il file php.ini,per poterlo modificare, oppure c'è un'altra strada a parte quella di dover chiedere all'Admin,di farlo in vece mia?
Grazie