Soldato
- Joined
- 22 Aug 2005
- Posts
- 8,968
- Location
- Clydebank
Hello all
Wonder if anyone could give me some pointers here.
What I need is something really quick and dirty to do the following.
On a server machine, with a webserver installed, display a web page containing upto ~ 250 images in a column, beside each image is a tick box.
At the bottom is a submit button.
The idea is the user scrolls down (these are scanned forms, i.e every 8 or 16 or 12 or 24 images, the next form starts) anyway the user scrolls down, clicks the tick box beside each image of a front page, then clicks submit.
The it moves to the next directory and displays the next set of images.
The output of this should be a file that contains the full path to each image that was tick boxed.
I have scripts that take this file and process the images as required.
More wondering about quickly I can prototype the above idea using PHP/RUBY/ etc??? Any help here?
Currently the method employed is to use iorfanview, and the customiable external editor comman. Page through the images and hit SHIFT+E on the front page. This runs the external editor *(actually a batch script that just echoes the file name into an imglist.txt file.
Problems with this approach involve lots of client side setup. and General 'hackiness' of the solution and a bit of training for each user. If I could get a web page thing ther could be nothing easier than clickign the required tick box and hittign submit.
Regards.
Thanks for any input.
Wonder if anyone could give me some pointers here.
What I need is something really quick and dirty to do the following.
On a server machine, with a webserver installed, display a web page containing upto ~ 250 images in a column, beside each image is a tick box.
At the bottom is a submit button.
The idea is the user scrolls down (these are scanned forms, i.e every 8 or 16 or 12 or 24 images, the next form starts) anyway the user scrolls down, clicks the tick box beside each image of a front page, then clicks submit.
The it moves to the next directory and displays the next set of images.
The output of this should be a file that contains the full path to each image that was tick boxed.
I have scripts that take this file and process the images as required.
More wondering about quickly I can prototype the above idea using PHP/RUBY/ etc??? Any help here?
Currently the method employed is to use iorfanview, and the customiable external editor comman. Page through the images and hit SHIFT+E on the front page. This runs the external editor *(actually a batch script that just echoes the file name into an imglist.txt file.
Problems with this approach involve lots of client side setup. and General 'hackiness' of the solution and a bit of training for each user. If I could get a web page thing ther could be nothing easier than clickign the required tick box and hittign submit.
Regards.
Thanks for any input.