This is a discussion on "Multi file uploader and folder create" within the PHP Forum section. This forum, and the thread "Multi file uploader and folder create are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Multi file uploader and folder create
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
I am building a website and I am needing a uploader that will allow a user to create a user id and pass without alot of hasle and allow them to create a folder and be able to upload multi files by either selecting many files at once or an entire folder and upload them to that folder they created without them being able to see any other folders that they did not create. Does anyone know of a applet that will do all of the above. I have found applets that will do some of a what I want but I have had no luck finding one that does everything I need.
Thanks |
|
|
|
#2
|
|||
|
|||
|
Re: Multi file uploader and folder create
You will probably have to combine several scripts to do what you want
The first step, creating an account can be done by visiting this article http://www.devarticles.com/c/a/PHP/C...ship-System/1/ as for creating a folder http://www.w3schools.com/php/func_filesystem_mkdir.asp or you may wish to search for a better example (I have never tried this before so I don't know if the new created folder will have to have persmissions set on it to allow uploads) and for your mulitple file uploads have a look here http://www.plus2net.com/php_tutorial...ile_upload.php |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to create a .pdf file with set dimensions? | Bocaj | Webforumz Cafe | 0 | Apr 4th, 2008 17:02 |
| File uploader | jtyoungs | PHP Forum | 5 | Jan 17th, 2008 21:03 |
| Folder and file management | pengyou | Starting Out | 4 | May 23rd, 2007 08:23 |
| Submit form results to file/folder | cat101 | PHP Forum | 9 | Nov 10th, 2006 12:00 |
| display folder contents + specific text for a particular file type | magnum | Classic ASP | 1 | Aug 17th, 2006 13:02 |