Search found 8 matches
- Thu Aug 23, 2007 8:55 am
- Forum: PHP - Code
- Topic: Uploading Multiple files
- Replies: 11
- Views: 1306
- Thu Aug 23, 2007 7:08 am
- Forum: PHP - Code
- Topic: Uploading Multiple files
- Replies: 11
- Views: 1306
found a solution
Nothing more fustrating the finding a forum but no solution, so here is mine. Overview: Need to code the admin area of a photographer so that he could upload photos for his clients to view online. Problem: The photographer will need to upload hundreds at a time. So selecting each photo via an input ...
- Wed Aug 08, 2007 4:21 pm
- Forum: PHP - Code
- Topic: Multiple Uploads, opening directories and processing files.
- Replies: 11
- Views: 1015
Hi Steve, thanks for the head up. I like the use of flash as an option. I started looking at it this afternoon before I had to put to one side. I will carry on with it and let you know how I get along. By the looks of it we are doing the same prockect. My client is a photographer, who is looking to ...
- Wed Aug 08, 2007 5:43 am
- Forum: PHP - Code
- Topic: Multiple Uploads, opening directories and processing files.
- Replies: 11
- Views: 1015
- Wed Aug 08, 2007 4:28 am
- Forum: PHP - Code
- Topic: Uploading Multiple files
- Replies: 11
- Views: 1306
I have looked through my JavaScript books and yup don'ty seem to be able to do it...arrgghh I am having the problem of knowing you can read and write files ect but only to local directories which would be on the server an dnot the remote machine (i..e user's machine). I have seen JUpload mentioned b...
- Tue Aug 07, 2007 4:37 pm
- Forum: PHP - Code
- Topic: Uploading Multiple files
- Replies: 11
- Views: 1306
cheers for the comment...hmmmm...easy to confuse things when working locally.....I guess the use of JavaScript is called for to read the local directory, create a list of directory content and then import that as a guide for a php batch upload. Can you get php to read Javascript arrays/cookies? I ha...
- Tue Aug 07, 2007 4:02 pm
- Forum: PHP - Code
- Topic: Uploading Multiple files
- Replies: 11
- Views: 1306
Thanks Vodka will give it a go. One way I was thinking was to examine the files in a 'default' upload directory on the local computer into an array then use that array to cycle through and create the inputs to $_Files and then foreach through the $_Files array to upload the listed files. Will post b...
- Tue Aug 07, 2007 11:53 am
- Forum: PHP - Code
- Topic: Uploading Multiple files
- Replies: 11
- Views: 1306
Uploading Multiple files
Before I put pen to paper and start scratching my head, I am sure some one else has had the same problem. I wish to create an online gallery for a client. The upload will resize the photo, add a watermark, create a thumbnail and upload into a specific new folder. As well as check the max size and fi...