Anyone who runs a website, or likes pictures... *UPDATE* software now available for download.

notfred

Lifer
Feb 12, 2001
38,241
4
0
I have a little site set up that allows me to post pictures on the internet via http. It allows for captions and categories. It supports disk space limits per user. it automatically genreates thumbnails. It's actually quite a handy little application, as everything can be done on the www from anywhere, with no photo editing software or FTP client. It will also run on either windows or *nix.

Anyway - I was wondering if anyone would be interested in the scripts required for this site if I were to release them to the public. Would anyone want to downlaod it, and set it up themselves?


Keep in mind that at this point in time, the software isn't completed, but if more people were using it, I'd get more bug reports and feature requests, and could get it done faster.

I'm not gonig to bother packaging it up unless there's demand for it, though.



edit: I have a class in a few minutes, so I'll check out the responses in about an hour and a half.

first alpha release. Please email me and let me know if you're using it, or if you are having problems with it.
 

GasX

Lifer
Feb 8, 2001
29,033
6
81
I'd be interested. It would be great for someone travelling with a digital camera!
 

bigrash

Lifer
Feb 20, 2001
17,648
28
91
Hey notfred I think that's a cool application. I'd certainly be interested in it. I have one question though: would it allow different users in my site to upload pics?
 

SendTrash

Platinum Member
Apr 18, 2000
2,581
0
76
hey, I like it... cgi script? hmmmm.. I would love to try it.. I was going to design and create a php/mysql database driven photogallery.. but it would most likely be too slow, your site loads fast considering that the thumbnails are dynamically created.. I would like to use your script... Do we send you a pm?
 

jpsj82

Senior member
Oct 30, 2000
958
0
0


<< I'd be interested. It would be great for someone travelling with a digital camera! >>

that is a great idea. i could probably use this on my next trip.
 

vi edit

Elite Member
Super Moderator
Oct 28, 1999
62,484
8,345
126
I could certainly use it, especially for the HTTP front end of uploading.

Would this work for really any sort of file?
 

SagaLore

Elite Member
Dec 18, 2001
24,036
21
81
I would like it, but I don't like Perl. :(

Can you convert it to JavaScript for me? :D
 

notfred

Lifer
Feb 12, 2001
38,241
4
0


<< would it allow different users in my site to upload pics? >>



Yes, although the scripts for administration aren't done yet. Right now, users need to be added by hand, but once added, they can change thier files all they want, and will only have access to change thier own stuff.



<< your site loads fast considering that the thumbnails are dynamically created.. >>



They're actually only generated once and saved on the server.



<< Would this work for really any sort of file? >>



Yes and no, It could, with minor modifications, handle any type of file, but right now it's only intended for .jpg images, with gif and png to be added soon. I will add other file types as I get around to it.



<< Can you convert it to JavaScript for me? >>



No. I don't even think that would be possible as javascript is a client side scripting language.

There seems to be a fair amount of interest in it, I'll write up a bit of documentation for it and package it up nicely for distribution later on today.
 

vi edit

Elite Member
Super Moderator
Oct 28, 1999
62,484
8,345
126
I guess I should be a little more specific in my request.

Could you upload apps and word docs with the code, without having the script do a preview/thumbnail of the file?

I would simply want it to upload files, and then just manually type in the address bar to get to them.
 

notfred

Lifer
Feb 12, 2001
38,241
4
0


<< I guess I should be a little more specific in my request.

Could you upload apps and word docs with the code, without having the script do a preview/thumbnail of the file?

I would simply want it to upload files, and then just manually type in the address bar to get to them.
>>



Yes, in the furture, because t the moment it will try to make a thumbnail out of anything that gets passed to it, and it rejects files that aren't images. I need to set it up to not try to make thumbnails out of unknown file types, etc....
 

Rakkis

Senior member
Apr 24, 2000
841
1
0
Wow. A very nice script. Thanks for letting us use it. I know the work that goes behind these :D
 

Fritzo

Lifer
Jan 3, 2001
41,920
2,161
126
Hmmm....our ISP might be interested in this. Can you post it so I can take a look?