Skip to content Skip to sidebar Skip to footer

How To Get Extension Images File Jquery.filer

How to get extension file upload by jquery.filer and uploader 0.2 I want get extension php file uploader 0.2 you can see code on github https://github.com/CreativeDream/php-uploade

Solution 1:

$ext = substr(strrchr(strtolower($_FILES["files"]["name"][0]), "."),1)

Post a Comment for "How To Get Extension Images File Jquery.filer"