Quote:
Upload Errors
Invalid File
|
This is an error that may popup when upload_max_filesize, post_max_size is reached set in php.ini, httpd.conf of the webserver.
Take a look in your AdminCP => Maintenance => View PHP info
EX:
- post_max_size : 8M
- upload_max_filesize : 2M
What values do you have ?
Code:
Content visible to verified customers only.
In order to upload large files to your server with PHP, you need to change 2 parameters in php.ini
Code:
Content visible to verified customers only.
This can be done by your host.
----
If your host will not change their settings or you can not wait for their responce.
You can upload large files via. FTP and mass import. The settings for the folder you can upload your images to is set:
AdminCP => vBGallery => Modify Settings => Title, URL's, & Paths
- FTP User Folder Path
The path (NOT the URL!) to your user's upload folder (used for FTP uploads). Ex: /home/yoursite/public_html/gallery/users/userid
After you have uploaded the images via. FTP set a web browser to:
http://www.yourwebsite.com/gallery/upload.php
At the bottem of the page should be:
*Bulk Upload options
- Upload From Server (setting based per usergroup)
[ X ] Upload files directly from the server
Files should be in: /home/yoursite/public_html/gallery/users/1
- Number of files to process at a time
The number of files that you would like to process at a time.
This will process all images in that folder therefore bypassing the php upload / post limit of the server.