Web Development blog
Showing posts with label
HTML
.
Show all posts
Showing posts with label
HTML
.
Show all posts
Tuesday, May 14, 2013
How to upload a file in PHP
Posted by Unknown
Posted on 5:52 PM
No comments
today we gonne a see how to upload file in PHP
First
Html File :
<form action="upload.php" method="post"
enctype="multipart/form-data"
> //enctype is important
<input type="file" name="file" value="choose File" >/*you can limit selectable by specify extension like :
Read More
Read more »
Older Posts
Home
Subscribe to:
Posts (Atom)
Popular Posts
How to get date of any language in PHP
Today i'm gonne create a function to get date in any languages
How to upload a file in PHP
today we gonne a see how to upload file in PHP First Html File : <form action="upload.php" method="post...
Recent Posts
Text Widget