in asp.net i want the user to chose a photo to upload from their HD . then i want the uploaded photo displayed and an hyperlink option to save or reject this photo. if accepted the filename will be stored in a DB.
the problem is displaying the photo before it has been saved.
I display strFileName which works on my PC but not on my laptop.
I have a webpage where user click on imagebutton control and each time different photos being displayed from source. I simply chage imageURL of the control on buttonClick.
While different photos being displayed, adress bar of the browser always show same adress like w...mysite.org/mywebpage.aspx
How is possible to change adress bar in such a way that once user send the adress URL to anyone else, that user will be able to see a specific photo.
i want to uplod no.of photos in my project, e.g. hotel i want to upload photos of hotel and when i search for that hotel i can saw that photos into the details ofthat hotel.(i want to store that photos into my project's "Images" folder)
how can i do this using javascript, without javascript,using fileupload or without fileupload control...
I have some photos on database and i would like to show them based on the person who insert them. show me a piece of code (just to give me an idea) how can i view them?
I'm building a site.In which i'll submit some information into database including picture and banner. How do i add a asp picture add control in submit information form.
I'm trying to create an image gallery where you can create tag on the photo like on facebook.Does anyone knows any free library to do this... I have already searched on google but i don't be able to find anything :S
Can anybody recommend how I can build / add a robust photo gallery into my ASP.NET site? I would like the photo gallery to display images based on the results from a database search. I have already built a page with a datagrid which displays a set of results retrieved from a search. Now I would like to turn these database results into a gallery!
I have already looked at [URL] and a few other sites, but am not getting very far. If you consider the above to be a good example, I am currently stuck on several aspects of this project which I would be very grateful for assistance on.
I have a problem with fileupload control. I have a fileupload control in my registration page. The user will have to enter their information and upload a photo at the same time. When they click RegisterButton, a modalpopup will show up to confirm that the information in the registration is correct and once they click ConfirmButton on the modalpopup, they are registered into the database. I want also to see the photo in the modalpopup.
I need to uplaod photo in my VS2008 project. Can I use FileUpload control or link button is the better option. Also, how to do the upload using both controls.
Private Function GetAuthenticateToken() As String Dim flickr As New Flickr("9855637e1efcb0a7245c2dfb5523774b", "6634b31122809bd7") Dim frob As String = flickr.AuthGetFrob() Return flickr.AuthCalcUrl(frob, AuthLevel.Write)
I have a gridview with employees name, there is link to another page,with employee information,when the user click on the link, according to employee id get the employee information from database, in this page we can add photos or update them,which works fine,
the problem is when updating the photo, and click the link, I see the same photo not the updates one,until I refresh the browser,
I h one problem, i need to upload many photo at a time using file uploader control in asp.net, only one photo I m able to upload, but problem is like after selecting course all records are coming, i need to attach one one file uploader (photo) option with all records so that after clicking[after selecting photo] on save button all the records [photos] h to be save in database, can U people plz. tell me what to do , how , for that do I need to make user control.
Can anyone tell me how to create an ASP photo album page WITHOUT using a database for the photos? In other words, I just want to be able to call the photos from a folder within the site... I can't get databases to work properly on my computer so I need to do it this simpler way. Can anyone let me know of a site which shows how to do this
I have the reorderlist and a DELETE as link button. So far so good as far as I can tell that when I clicked on the delete link button, it deletes photo value from the database per the ID PK. However, I want to be able to delete the right photo file on the server/disk (jpg, gif..) but I could not figure out the logic to do so.
I need to create a display grid of picture cells 5 columns by rows determined by database select. Each cell to contain picture, title, name, phone number pulled from database. How do I create a table like structure and populate it? Can a DetailsView control be called into each table cell with the table row count being determined by the same select statement?
If you right click on (e.g. a photo) and go to Properties > Details, you might get the following info:
Title Subject Rating Tags Comments Authors Date Taken Program Name Date Aquired Copyright Image ID Dimensions Width Height Horizontal resolution Vertical resolution Bit depth Compression Resolution unit Color Representation Compressed bits/pixel Camera maker Camera model F-stop ... Date created
Date modified ... Computer
how to retrieve this file information in ASP.NET? I am building an upload page and want to retrieve more information than just the basic file-name, file extension etc info. I am coding in VB. It is written into the file itself so it must be possible to access this information somehow. However, my search efforts so far have not got me very far...
I'm making a phot album for my family websit I'v gotten almost every thing down except the display. I have gotten the pictures to display as thumbnails using a datalist (because I can get the layout how I want it) However I wanted to put a click button to pass the id of the photo to the other page.So this is my question is their any way to pass the id from in a datalist to another page.this is the code i'm tryin to use now
Where should i store photos for a facebook-like app ? locally on the server in a folder or upload them to a database ? I am not intending to make this app commercial .