J
Jeff
hi
asp.net 2.0
I'm creating a webpage where admin can write articles and upload pictures
associated with that article. There can be n pictures. So the pictures need
to be stored in a separated table with foreign key to the article table
So I thought I about put an FileUpload control on the page, together with an
upload button. When clicking on the upload button the picture is "uploaded"
but not yet stored on the server. In addition I want a Repeater control on
the page to display a thumbnail of the picture after it's been "uploaded",
so that admin can see which pictures are uploaded and discard a picture if
he feels like doing that...
When admin save the article, the uploaded pictures are stored in the
database...
I'm unsure how to do this. More specifically I'm unsure how to store
pictures in the database. I mean the page has just some thumbnails to the
pictures... not sure how to save the fullsize to the database... maybe I
need to hold an array of streams, streams to each picture...
any suggestions?
asp.net 2.0
I'm creating a webpage where admin can write articles and upload pictures
associated with that article. There can be n pictures. So the pictures need
to be stored in a separated table with foreign key to the article table
So I thought I about put an FileUpload control on the page, together with an
upload button. When clicking on the upload button the picture is "uploaded"
but not yet stored on the server. In addition I want a Repeater control on
the page to display a thumbnail of the picture after it's been "uploaded",
so that admin can see which pictures are uploaded and discard a picture if
he feels like doing that...
When admin save the article, the uploaded pictures are stored in the
database...
I'm unsure how to do this. More specifically I'm unsure how to store
pictures in the database. I mean the page has just some thumbnails to the
pictures... not sure how to save the fullsize to the database... maybe I
need to hold an array of streams, streams to each picture...
any suggestions?