![]() |
|
|
|
Registered
Join Date: Jan 2002
Location: VA
Posts: 3,573
|
IIS Server Help
We just retired from 25 years of IT consulting and have a few servers that I was going to re-purpose into something useful. Specifically, I want to organize and dump pictures/JPG’s onto a web server and be able to access them. I have google’ed this for a few days and need some help.
We were not web designers by any stretch and we hired pro’s anytime it was needed. But we do know basic IIS server management. So, I have created a test site and added a few JPG’s. I can hit it from inside the firewall and from the Internet. But what I get is a basic Directory Listing. What I want is either thumbnails or the ability to scroll picture by picture. What do I need? Some code? An app of some sort? Any and all help is appreciated.
__________________
'06 Cayman S '16 Cayenne '08 Audi RS 4 |
||
![]() |
|
The Unsettler
|
You are getting a directory listing because that's all you are really doing, listing the directory.
So yes, some code to tell the browser how you want the content in the directory to be displayed. Install a Nextcloud server. https://nextcloud.com/ It's open source and has interface apps / cross platform clients for mobile and such.
__________________
"I want my two dollars" "Goodbye and thanks for the fish" "Proud Member and Supporter of the YWL" "Brandon Won" Last edited by stomachmonkey; 03-12-2018 at 07:20 AM.. |
||
![]() |
|
Registered
Join Date: Mar 2003
Posts: 10,336
|
Don't do IIS, but iwth Apache what you are looking at would be a DirectoryIndex
You'll need SOMETHING to either dynamically present content (scan directory, generate thumbnails, show a gallery type thing) or script a way to generate the presentation stuff and run it on a regular basis. |
||
![]() |
|
The Stick
|
I would recommend Rumpus FTP. It allows you to FTP or use a web interface. The web interface can have thumbnails and you can view document/pictures without downloading them.
Maxum.com
__________________
Richard aka "The Stick" 06 Cayenne S Titanium Edition |
||
![]() |
|
The Unsettler
|
Why would one pay $300.00 for what sounds like a personal use appliance when the same functionality, and more, is available in a time tested open source solution?
__________________
"I want my two dollars" "Goodbye and thanks for the fish" "Proud Member and Supporter of the YWL" "Brandon Won" |
||
![]() |
|
The Stick
|
To save time and less trouble for less experienced.
It also lets you email passworded links to files.
__________________
Richard aka "The Stick" 06 Cayenne S Titanium Edition Last edited by RKDinOKC; 03-12-2018 at 08:17 AM.. |
||
![]() |
|
![]() |
The Unsettler
|
If he can admin ISS it will be cake.
If one wanted to be really lazy about it then spend $15.00 for an MS Hypervisor. Download, launch, done. https://shop.techandme.se/index.php/product/nextcloud-vm-microsoft-hyper-v-vhd/
__________________
"I want my two dollars" "Goodbye and thanks for the fish" "Proud Member and Supporter of the YWL" "Brandon Won" |
||
![]() |
|
The Unsettler
|
So does Nextcloud.
Easiest way to think about it, Dropbox on your hardware.
__________________
"I want my two dollars" "Goodbye and thanks for the fish" "Proud Member and Supporter of the YWL" "Brandon Won" |
||
![]() |
|
The Stick
|
He did state that they hired all the coding.
__________________
Richard aka "The Stick" 06 Cayenne S Titanium Edition |
||
![]() |
|
The Unsettler
|
Web designers.
Thats part of the point of both solutions. That skill set is not needed.
__________________
"I want my two dollars" "Goodbye and thanks for the fish" "Proud Member and Supporter of the YWL" "Brandon Won" |
||
![]() |
|
Registered
Join Date: Mar 2004
Location: La Crosse, WI
Posts: 1,343
|
Just upload them to Photobucket, they'll always be available there
|
||
![]() |
|
Gon fix it with me hammer
|
put in a file like index.html or .htm
or default.htlm / htm and that will probably work without that, browser will just do a directory listing.
__________________
Stijn Vandamme EX911STARGA73EX92477EX94484EX944S8890MPHPINBALLMACHINEAKAEX987C2007 BIMDIESELBMW116D2019 |
||
![]() |
|
![]() |
Registered
Join Date: Jan 2002
Location: VA
Posts: 3,573
|
Thanks guys. I just found what I need. It is app called Juicebox Lite. Browse to the JPG's I want to display and it creates web image gallery including thumbnails and HTML files to display the pictures.
Attached is a screen capture of a test site I created. Again, THANKS for the help.
__________________
'06 Cayman S '16 Cayenne '08 Audi RS 4 |
||
![]() |
|