Displaying 1 result from an estimated 1 matches for "530580c4".
Did you mean:
5.058014
2006 Mar 16
2
Bulk upload of pictures
Hi everyone,
I am working on a Rails application with photo upload
capablility and I need to add some bulk ulpoad tool.
I decided for using a zip file with JPEG pictures inside.
The zip would be uploaded, then extracted into some temp
directory with the help of rubyzip extension. Then all the
photo files should be copied into their final places in the
file system.
I am interested in your