Close

Themehits

Download Secure File Upload Class Nulled

 


Key Features

  • Easily upload any type of file
  • Securely restrict the types of files allowed by setting white and blacklists for the mime type, the type, and the file extension.
  • The file size can be limited to prevent your users uploading huge files.
  • Support compression of images
  • Supports creating thumbnails

With this class you can easily secure your upload forms, you have the ability to restrict the files allowed in a number of ways.
You can also compress uploaded images to save disk space or create thumbnail images from them with a set width, or height (or both).
It would be very easy to integrate this in to any existing project as it does not require mane lines of code to implement.

Examples
Allowing only image files

$upload = new secure_upload('my_file');
$upload->set_type_whitelist(array('image'));
$upload->save_to('./uploads/' . $upload->name);

Blocking the php file extensions

$upload = new secure_upload('my_file');
$upload->set_extension_blacklist(array('php', 'phtml', 'php3', 'php4', 'php5', 'pht'));
$upload->save_to('./uploads/' . $upload->name);

Resizing an uploaded image to 800 pixels wide.

$upload = new secure_upload('my_file');
$upload->save_image_resized('./uploads/' . $upload->name, 800);

Preview
Documentation: http://jacekk.co.uk/code/secure_file_upload/docs
Image Upload: http://jacekk.co.uk/code/secure_file_upload/

Support
If there are any problems with this item, the best place to ask is in the forum as I check that at least once a day.
http://betterphp.co.uk/board/viewforum.php?f=29

[eltd_button size=”huge-full-width” type=”outline” text=”Download & Demo Links” custom_class=”#” icon_pack=”font_awesome” fa_icon=”” link=”” target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]

Demo = Secure File Upload Class
[eltd_button size=”huge” type=”” text=”Full Live Demo” custom_class=”” icon_pack=”font_awesome” fa_icon=”fa-laptop” link=”https://codecanyon.net/item/secure-file-upload-class/121992″ target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]

Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy Secure File Upload Class from the The Developer ( betterphp ) website. Thank you.
Download = Secure File Upload Class-[Updated].zip



Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.