|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
||||
|
||||
|
Hi,
I know this has been covered a lot in these forums, but I just can't seem to crack this one. I have got a very simple FTP interface written on my website, working very nicely, but I am now trying to add multiple file upload. I don't to upload directories, just say 5 files at a time. Anyway, I have some code for deleting multiple files, which works, but I can't seem to get it to work with uploads. Any pointers appreciated. First snip: multiple delete: PHP Code:
Then the original upload file script: PHP Code:
Then essentially the same script, but trying to upload mulitple files: PHP Code:
Even without the @, it still only prints Upload error! Thanks Jamie
__________________
Cheers, Jamie # skiFFie | Home of the 'accessibility module' for Drupal # Jamie Burns [me] Accessibility Module [drupal] # guidelines | search | wap resources | not getting help | fold to cure # Any form of employment is strictly prohibited ...... __________________ Let the might of your compassion arise to bring a quick end to the flowing stream of the blood and tears ..... Please hear my anguished words of truth. __________________ Last edited by jabba_29 : October 29th, 2003 at 01:56 PM. |
|
#2
|
||||
|
||||
|
Talking to myself again
I have partially solved this: PHP Code:
Mulitple files are uploaded, but I get upload error message - any ideas ![]() |
|
#3
|
||||
|
||||
|
And again
The error is only happening if not every upfile[] is used, for example 3 images instead of 5. Just fixed that problem too as I was trying, though this is probably incorrect ! Upload code for those interested: PHP Code:
I think I will go and carry on my conversation with myself somewhere else now Br Jamie |
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > Upload multiple files using FTP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|