gotherthanthou
New member
- Joined
- May 16, 2009
- Messages
- 1
- Programming Experience
- 3-5
I am very new to both web development and VB .NET.
I have a page where a user can upload a JPG file. I store that image (along with identifying information) to a row in a SQL server database.
When I retrieve records from the database, how do I display those images? The Image toolbox object wants a URL and doesn't seem offer any alternative properties.
If there isn't a way to do this, how do I write the image to my hosting service's file system? All the file handling functions I can find seem to point to my local file system.
Forgive my total state of newbness.
I have a page where a user can upload a JPG file. I store that image (along with identifying information) to a row in a SQL server database.
When I retrieve records from the database, how do I display those images? The Image toolbox object wants a URL and doesn't seem offer any alternative properties.
If there isn't a way to do this, how do I write the image to my hosting service's file system? All the file handling functions I can find seem to point to my local file system.
Forgive my total state of newbness.