When using input type="file" for upload option in web pages we come across there is a raw Browse button with text near "No file selected". In well designed form it..
Read More » Posted on 2016-08-26 08:29:18
CSS HTML5 HTML FilesWhen uploading a file from our machine, we browse to the files which shows all files of all file types in the opened directory. It makes tedious to find our..
Read More » Posted on 2016-07-16 08:29:10
HTML FilesHere, we are using imagecopyresampled to resize the image. It will resize with smoothing of image in less CPU usage. And it results better than imagecopyresized, Following working example..
Read More » Posted on 2016-04-29 08:59:15
PHP Files ImagesIt is easier to check duplicate or changed file like images, videos, text files and so on. Syntax $sha_hash = sha1_file(file_path); sha1_file() is using the US Secure Hash Algorithm 1 it..
Read More » Posted on 2016-04-17 05:35:42
PHP MySQL Files