Unable to upload file
-
Hi all,
localhost install on a VM(guest)
Host – Ubuntu12.04 desktop 64bit
VM(guest) – Ubuntu12.04 desktop 64bit
VirtualBox, Oracle.Upload file warning:
Error aaa.flv
aaa.flv exceeds the maximum upload size for this site.Maximum upload file size: 8MB.
The video file size=12M
Performed following steps without result;
1)
Apache2
$ sudo gedit /etc/php5/apache2/php.ini
change;
upload_max_filesize = 2M
to;
upload_max_filesize = 50M$ sudo service apache2 restart
* Restarting web server apache2
… waiting …done.2)
Created a php.ini file on /home/satimis/www/wordpress/wp-admin/php.ini
memory_limit = 32M
upload_max_filesize = 32M
post_max_size = 32M
file_uploads = On$ sudo chmod +x /home/satimis/www/wordpress/wp-admin/php.ini
Reboot VM
I have tried more than 3 hours without a solution. Please help. Thanks
B.R.
satimis
- The topic ‘Unable to upload file’ is closed to new replies.