Upload FilesThis is a discussion on Upload Files within the Web Development forums, part of the Programming & Web Development category; Hi! I would like to check if anyone knows how to design a website allow visitors to upload files. Thanks ... |
![]() |
| | LinkBack | Thread Tools |
| |||
| |||
| Ads By Google |
| ||||
|
| Hi! I would like to check if anyone knows how to design a website allow visitors to upload files. Thanks in advance. |

| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
|
| You can use the following code: For the HTML/PHP file you want the upload form available: Code: <form action="upload_file.php" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> <input type="file" name="file" id="file" /> <br /> <input type="submit" name="submit" value="Submit" /> </form> then connect to database and also hosting: PHP Code: |
i was searching for this information..
i will try it in my site
Can we use any uploader.? do we have software for that
| ||||
| ||||
| |||
| |||
| |||
| |||
| ||||
| ||||
![]() |
| Bookmarks |
| Tags |
| files, upload |
« My favorite firefox add on is Greasemonkey Technorati Tag Generater
|
Looking For Web Development Service »
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do you upload a script from your files into your webhosting | indieover | General Chat | 1 | April 19th, 2008 07:19 AM |
| how can I make my video upload script only except certain types of files by extension | Rss_Feeds | PHP | 0 | September 20th, 2007 01:34 AM |
| Run FTP without upload file | Rss_Feeds | PHP | 0 | September 17th, 2007 13:00 PM |
| How do upload a file from one PC to another PC using PHP? | Rss_Feeds | PHP | 0 | September 6th, 2007 22:10 PM |
| check file upload ext before upload?... | Rss_Feeds | PHP | 0 | July 21st, 2007 21:00 PM |















