If you have ever tried to send files through email, you would understand it when we say "simplicity counts". File-sharing is all the hype now with a few big names (Dropbox and Google Drive) paving the way and smaller more adventurous web apps pushing the envelope, re-inventing the file-sharing saga as we know it. And …
Tag Archives: upload
HTML5 accept Attribute
Browser Support The accept attribute is supported in all major browsers, except Internet Explorer and Safari.
jquery upload plugins
Uploading files without refreshing page looks nice and even simple. With the help of ajax and jquery one can achieve this. Today I have collected 7 ajax file upload plugins which are cool and easy to integrate.
suPHP
suPHP is a tool for executing PHP scripts with the permissions of their owners. It consists of an Apache module (mod_suphp) and a setuid root binary (suphp) that is called by the Apache module to change the uid of the process executing the PHP interpreter.
PHP ftp upload tutorial
To upload a file to ftp you need a html form where you can insert the ftp details, like the ones described above:
PHP Jquery Multiple upload files
What is this? The Multiple File Upload Plugin (jQuery.MultiFile) is a non-obstrusive plugin for the jQuery Javascript library that helps users easily select multiple files for upload quickly and easily whilst also providing some basic validation functionality to help developers idenfity simple errors, without having to submit the form (ie.: upload files).