- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 1
6 Posted Topics
Are you on localhost..? shared hosting server..? Care to explain more on your server details.. :)
Please post your codes here instead of giving a link bunch of your sites.. we're trying to help not to complicated this.. :)
try this: $uploadpath = 'uploads/'; // directory to store the uploaded files $max_size = 2600; // maximum file size, in KiloBytes $alwidth = 1500; // maximum allowed width, in pixels $alheight = 2000; // maximum allowed height, in pixels $allowtype = array('bmp', 'gif', 'jpg', 'pdf', 'png'); // allowed extensions if(isset($_FILES['uploadedfile']) …
Please try this tutorial: https://www.siteground.com/tutorials/opencart/install_templates.htm
You may try out [Drupal CMS](https://www.drupal.org/) for your project as it have thousands of add-on modules and designs to let you build any site you can imagine..
The End.