May 27, 2003 #1 H Hobbes Active member Joined May 22, 2003 Messages 37 Just wondering if there is a way to upload a picture file on the fly. The Idea is to allow the user to upload a picture file and display it at a designated page.
Just wondering if there is a way to upload a picture file on the fly. The Idea is to allow the user to upload a picture file and display it at a designated page.
May 28, 2003 #2 J JIMcFadyen Active member Joined Jan 30, 2003 Messages 41 Location Milton Keynes, UK Do you want to load the image file into a database or just copy the file onto the server and put an entry into a list? John
Do you want to load the image file into a database or just copy the file onto the server and put an entry into a list? John
May 28, 2003 #3 hrabia Well-known member Joined May 21, 2003 Messages 107 Location Hamburg, Germany With MemoryStream shoud be ok.
May 29, 2003 #4 H Hobbes Active member Joined May 22, 2003 Messages 37 Sorry for the late reply. Hmmm... I hope not to post it to a db. However, I will try to learn both ways. Just wondering if you guys have a place where I can look up and learn. My books (x3) does not have anything about it. Thanks!!
Sorry for the late reply. Hmmm... I hope not to post it to a db. However, I will try to learn both ways. Just wondering if you guys have a place where I can look up and learn. My books (x3) does not have anything about it. Thanks!!
May 30, 2003 #5 J JIMcFadyen Active member Joined Jan 30, 2003 Messages 41 Location Milton Keynes, UK This article on MSDN will explain it all. As you can see .net makes it pretty simple. http://support.microsoft.com/default.aspx?scid=kb;en-us;323245 Any questions, feel free to ask. John
This article on MSDN will explain it all. As you can see .net makes it pretty simple. http://support.microsoft.com/default.aspx?scid=kb;en-us;323245 Any questions, feel free to ask. John