• 0

HTML interrogate my Jpeg images


Question

I use a hosting service 1and1.com, and I signed up for a free 12 months service. anyhow, they allow me only .html extension and some others. I KNOW for a fact that, alot of you know CSS, AJAX, .NET etc. I just installed my visualstudio 2008 that I was able to DL free through my MSDN account.

Question:

do you know of any resources that could explain to me how to create coding to interrogate my jpegs at my webhosting directory and each time it will interrogate that directory to include new pictures as I add them? just Jpeg images.

I'm trying to develop an application to allow people to start it and see my photos on demand without having to open their browser, and search for my website manually. this will be specific to my website.

thank you to my fellow developers!

Chrisj1968

my guess:

numofphotos= some number

For a = 1 to numofphotos

something to this effect

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Not really since if they don't have any kind of server-side programming, you won't be able to do anything with it.

The only exception I can think is since you appear to want to use a non-webapp to view these pictures is if directory listing is on where you're hosted at you could have your app just do a HTTP connection to that directory passing the following http headers:

GET /myDir/ HTTP/1.1
Host: 1and1.com

It will return a result as HTML with the contents of that directory if directory listing is turned on.

Although it does appear that on their hosting list they do offer PHP for linux and ASP for windows hosting. Of course that's under the pay ones, not sure what you get if you do a free 12 months service if that's any different. You might upload a test ASP page and see what happens.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.