|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
ImgFree.net - Free Image Host / Photo Albums
Hi,
I've just finished this new site: ImgFree.net It's all been custom developed, using C#, MSSQL, IISRewrite, and sits on my dedicated server. Any thoughts on what I'm missing or how it can be improved are welcome. Most free image hosts run on free scripts, which I thought looked pretty dull, so I've tried to make it look good and function better than the rest. Thanks Ben |
|
#2
|
||||
|
||||
|
looking pretty nice.
is there no way of being able to upload a whole directory or do you have no choice of having to 1 by 1 browse for each pic? im asking this cause i am stuck at that stage.
__________________
Mark If you found a post particularly helpful, show your appreciation by clicking the "scales" icon in the bar just above the post, at the right hand side. |
|
#3
|
||||
|
||||
|
very nice, however the sample Image Upload is wrong... it's case senstive thus won't
allow files like Bbrd2.JPG because of the JPG is upper case. to fix that, change this line: Code:
if(t[i] == ext) to this: Code:
if(t[i] == ext.toLowerCase()) |
![]() |
| Viewing: ASP Free Forums > Web Design > Site Reviews > ImgFree.net - Free Image Host / Photo Albums |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|