Architecture :: Where To Store Image
May 13, 2010
I want to know which is the best place to store an image i.e
I should store image in a folder and store its link in database or store image directly into database
(I am developing a database of people so each record can have only one picture)
View 5 Replies
Similar Messages:
Jan 30, 2010
Which is the better alternative when allowing file uploads on a page (through a Gridview populated by a coded DataSet)? Store the image itself in the database or to store only the path name to the saved file in file system. If it matters, I do not expect to have more than a few dozen images stored in the database at any given time.
View 7 Replies
Mar 21, 2011
Is it better to store the image into sql server as a byte array or store the image's location to sql server and the image to the server?
View 2 Replies
Mar 19, 2010
hey folks I got a general question that maybe some of you can just weigh in. I developed an online store for a client and people place orders online for a food ordering place however I am trying to find the best way to have the orders show up for them at the store. Currently I am sending an email and an autoprint software prints it out which works most of the time but not good enough sometimes it doesn't print. Anyone had similar issues or have other alternative solutions you may have heard off? Like I said the site sends an email to the customer and the store's email account.
View 7 Replies
May 31, 2010
I'm implementing version control system using WCF service and client application. I can not figure out, how to store files on the server side to easily access different versions.
View 6 Replies
Dec 5, 2010
I have a simple store that I have created following the book "Pro ASP.Net MVC 2 Framework" and in this book there is one table in the db: product.
This table hold the product data (id, name, price, category, image)
There is a sqlrepository that returns a linq table object in the sqlrepository constructor like this:
[Code]....
View 9 Replies
Aug 23, 2010
I am working on a project in which I have to store atleast 100000 images and rich media like virtual tour, promotional videos. I would like to know the best practice to store it in order to retrieve it in show it on website. What should I store it as: Store the url into the database and store the actual image on the physical server. Store the image itself as a binary into the sql server itself and then convert it to runtime and show on the website. I need to know which way is the best and suitable way to do this task.
View 6 Replies
Sep 6, 2010
How to save stream as image and store the image in temp files?
View 4 Replies
Oct 11, 2010
Where to store file locations in 3-Tier Architecture Website?
View 4 Replies
May 31, 2010
I want to store the bulk datas in single click . My problem is, i have a one pop up page( for item details) in that page i have another grid(for serial details, which is contain serial no details like, serial no,its date, asset no, etc.,,)1, I have to select the item grid , and have to update the its serial no details, ( for an item can contain more than one serial no's based on its quantity).2, When i select the first item and adding some serial no details too.3, Then again i choose next item and doing some update like adding serial no, now i have a problem like i have to kept these data's ( like first item serial no details) and second added serial no details ,,now i have to insert all the details in a final submit, i don't know how to do that and which concept i can use,
View 2 Replies
Feb 26, 2010
I have many locations stored with addresses and longitude/latitude information in my database.I need a function or store procedure which returns only locations near by 10kms of given longitude/latitude parameters.It is not neccesary to be a sql query but I am fine with any other solution.
View 6 Replies
Apr 28, 2010
i want to retrieve the image from image gallery. and then i want to insert it and store in image gallery.
View 2 Replies
Feb 17, 2011
I need to create a asp .net web application which should have several forms to get the survey data, When the user is out of the wifi or don't have internet access to connect to the server even though the user should have access to the forms or any other tools to input data and store them locally and sync to the database later. What are the options available to do this kind of tasks in asp.net / C# / Sql Server
View 2 Replies
May 15, 2010
Can i store Image data in Array list.
View 4 Replies
Jun 13, 2010
i need to store a image(system.web.ui.image) in a sql[i use linq],for that i need to convert it into Binary(System.Data.Linq.Binary)....how to do this ?
View 2 Replies
Feb 24, 2011
Is it possible to store an Image file (.jpg, .gif, etc) in MYSQL database? Or do it just stores in system and takes reference path of image? I am using ASP.NET C#, so if you have sample code
View 5 Replies
Jun 11, 2010
Is is possible to upload and store image with the same name if it possible then How to uplaod image with same name in a folder... in asp.net.....
View 6 Replies
Apr 1, 2010
im new to playing with storing and retrieving image to and from database Now i successfully store image into database and able to display it But the problem is the displayed image is too big eventhough it is originally quite small, around 300x400, but display like 800x600 So how do i set the width and height of it?Below is my image storing code
[Code]....
View 4 Replies
Feb 4, 2010
I have a table which contain products, I want each record in the table to have an image. I've created the field with the datatype image. How to I manually add image to the table ?
View 5 Replies
Feb 13, 2010
I am developing the project in C# . i have store the image to the mysql database and reterive the image in Asp.net
View 1 Replies
May 3, 2010
i have follwing column in databse Name,age,Education,Intrest,MyImage(optional field)
i want to store the follwing info in databse using linq to sql, i know how to store other type of data then image, how to store image with above information keep in mind that image is optional...
View 4 Replies
Feb 21, 2011
how to store & retrieve image in asp.net with oracle database.
View 2 Replies
Sep 14, 2010
how will I able to create an Image Search Engine?
It is about using an Image and search similar images on web.
View 1 Replies
Feb 25, 2010
I want to correspond the output of a store procedure to the image onclick event I mean here:
protected void imageLoaded(object sender, EventArgs e) {
Image1.ImageUrl("~/pic/"+Eval(" " )); }
I don't know what I should write in Eval.
View 7 Replies
Jan 13, 2011
Is there a way how to capture only the picture from webcam and store that image into the variable. But i dont want to use silerlight nor flash.But if is not possible then i do need the step how to use in flash. I dont need good quality.
View 2 Replies