473,657 Members | 2,593 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Saving Images

52 New Member
Hello All,

I am developing a Web Based Art Gallery. I need to save images to a folder and then retrive them.(I don't want to save images to a database) How should I proceed on it?
Mar 31 '10 #1
7 2231
tlhintoq
3,525 Recognized Expert Specialist
http://msdn.microsoft.com/en-us/library/ms142147.aspx
Mar 31 '10 #2
Frinavale
9,735 Recognized Expert Moderator Expert
This question is extremely vague.
I'm surprised tlhintoq even found a link for you...

Think about the steps that you need to do to accomplish this.

Before you can even think about the steps needed to do this you need to consider questions like:
  • Where are the images coming from?
    • Do you need to upload the images or are you just copying & pasting them into a folder? If you're copying & pasting the images, is this done by hand or by your application?
  • How are you going to store the images?
    • Are the images stored in a folder in the website or are they stored somewhere else?
  • How are you going to access the images?
    • Do you need to implement server-side code that retrieves the images or can the browser request the images outright?

-Frinny
Mar 31 '10 #3
saurabh9gupta
52 New Member
Thank you all but i have achived it..

Now I have to develop that Apple I POD Interface (scroller) using Silverlight.
Where should I start from?
The images in the slideshow will be picked from a Link stored in a folder
Apr 1 '10 #4
saurabh9gupta
52 New Member
Hello All,

I am developing a Silverlight website in which I wish to have excellent user interface.
Can you suggest me some tutorials for the same.
Apr 1 '10 #5
Frinavale
9,735 Recognized Expert Moderator Expert
I don't know what to suggest.
You need to start from where ever you need to start from.

Have you ever used Silverlight before? If not then maybe you should start by researching Silverlight.

If you know about Silverlight already then try googling "image carousel" in Silverlight. I'm sure there's tons of articles on this topic since it's so common.

-Frinny
Apr 1 '10 #6
Frinavale
9,735 Recognized Expert Moderator Expert
I already posted a response to this question in your other thread.
I will re-post it here, but in the future please ask new questions in a new thread so to avoid this.

Here's what I posted:

I don't know what to suggest.
You need to start from where ever you need to start from.

Have you ever used Silverlight before? If not then maybe you should start by researching Silverlight.

If you know about Silverlight already then try googling "image carousel" in Silverlight. I'm sure there's tons of articles on this topic since it's so common.

-Frinny
Apr 1 '10 #7
tlhintoq
3,525 Recognized Expert Specialist
As long as the lines between the threads were blurring and it was becoming a confusion, I have merged the threads
Apr 1 '10 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

1
1784
by: Lovely Angel For You | last post by:
Dear Friends Hope you all doing great. I have this problem. When I try to save any ASP page, I get the message that "The page will not save correctly". Even though I go ahead and when I go offline the space of images is blank. I have this website also where I am using ASP pages and my users are
4
3287
by: dale zhang | last post by:
Hi, I am trying to save and read an image from MS Access DB based on the following article: http://www.vbdotnetheaven.com/Code/Sept2003/2175.asp Right now, I saved images without any errors. After reading the ole object from db, I saved it to C: as file1.bmp and displayed on the web. But it can not be displayed. After I manually sent the file to wordpad, it shows
3
1723
by: Clay Black | last post by:
I need to find a way to save an HTML page to the IIS server. What I need is to have a button that once it is clicked the current page being displayed is saved to a location on the local IIS server. I know there are ways to go and get a page, but this one would be dynamic and wouldn't be saved so I would need to save it while it is still active or have it forwarded to an asp.net page that will take the html code and save it to a file. TIA...
1
1992
by: M Keeton | last post by:
I currently have a picture which is stored in a "System.Drawing.Image" variable and I want to save it as a bitmap file. I have tried 2 different approaches and both give me the following error: An unhandled exception of type 'System.Runtime.InteropServices.ExternalException' occurred in system.drawing.dll Additional information: A generic error occurred in GDI+.
16
1756
by: Fred | last post by:
hi, is there some way to prevent(at least for not so advanced users) image saving on local disk; currently i use javascript which handles the right mouse button click, but all it takes is to disable js in the browser ? TIA
6
3504
by: NutsAboutVB | last post by:
Hello, I am a .NET programmer and I have a JPEG image file (from digital camera) of about 109 KB's in size, when I open it and save it (without making any alterations at all, just going to File --> Save) in MS Photo Editor, the file is automatically shrunk in size to 81 KB's. When doing the same thing in MS Paint, the file is shrunk to 54 KB's. The file has the same number of pixels after both saves (as expected). My question follows...
2
2511
by: Mark Denardo | last post by:
Hi, I need some expert GDI+ person to help me with my RoundOffImage Function: What I'm trying to do is take in an image, crop off the edges around an ellipse region I set up, and then return the cropped image from the function. I sort of have this working, but not thoroughly. If I take the output image of this function and draw it on my form it shows the clipped image as transparent as I am wanting it. But if I take that image and...
2
1842
by: Marco Pais | last post by:
Hi there. I'm developing a small application that uses Web Services to access database and store data. At some point, I store some images, by inserting the absolute image path into a varchar field (SQL Server 2005). Images themselves are copied to that path on the server. To read the images, I just use this path. However, some workstations have to authenticate the server that path. To
6
8063
by: Eddie | last post by:
Hi all, I am displaying a number of reports, and giving the users an option to display them on the web or download them to Excel. If they want the Excel file, I just use the PHP header command to change the Content- Type and Content-Disposition headers, and essentially print the same report, and it's done. That works fine. But in some reports on the web I need to show images. The web part is fine, but I'm having a tough time...
10
7414
by: Nathan Sokalski | last post by:
I am using ASP.NET 2.0, and need to know how to save and use an image that is stored in an SQL Server image datatype. How can I do this using ASP.NET? Thanks.
0
8821
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8723
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7316
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4150
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4300
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2726
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1941
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1601
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.