![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Professional Programmer
|
Hey all
I'm setting up a little script that displays pictures that are stored in a tree in my DocumentRoot on my server. Yesterday i wrote a script that uploads new photos into a new directory, and creates thumbnails of the images to be used in the script. I am using the html <input type="file"> Any ideas are appreciated. -JSS |
|
|
|
|
|
#2 |
|
Programming Guru
![]() |
Sadly, there is no real quick way. What you seem to have is pretty much then best that you are going to get.
__________________
|
|
|
|
|
|
#3 |
|
Professional Programmer
|
hmm, i'm tempted to write a designated server/client pair to handle this request. CGI might be able to help me better.
thanks -JSS |
|
|
|
|
|
#4 |
|
Hobbyist Programmer
Join Date: Sep 2004
Posts: 207
Rep Power: 5
![]() |
It will always be slow as most home internet connections have terrible upload speeds.
__________________
_______________________________ BlazingWolf |
|
|
|
|
|
#5 |
|
Professional Programmer
|
very true, but also because uploading 10MB of files over the http protocol manages to slow apache and my server down considerably, which doesn't happen over NFS or any other protocol. I'm really not sure what exactly is causing the slow-down, but it's quite annoying.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|