|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Can any PHP guru answer one question?
I'm trying to write a program and I'm not sure if PHP is the right language.
Can I do the following with PHP: Upload and download the content of a folder (not having to individually select each file). Thanks in advance. |
|
#2
|
|||
|
|||
|
You can do this by zipping the folder but you can't upload and download folders like that since you have to use an HTML form and they only have form inputs for individual files.
-KM- |
|
#3
|
|||
|
|||
|
It *may* be possible to do this via ftp, point to a folder and search for all files, then upload or download, however this would not be suitable for uploading / downloading to an ordinary pc as most dont have an ftp server.
__________________
http://www.phptutorials.cjb.net. go on, give it a click! |
![]() |
| Viewing: Dev Articles Community Forums > Programming > PHP Development > Can any PHP guru answer one question? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|