Tag Archives: file
Uploading File Using PHP
Uploading files via PHP is a simple process just you need to mention the uploading file enctype=”multipart/form-data” in form tag. If you missed enctype there will be an error no index file.
We write all about Webmaster needs.
Uploading files via PHP is a simple process just you need to mention the uploading file enctype=”multipart/form-data” in form tag. If you missed enctype there will be an error no index file.