if you could do that, please tell us why you would want to?
images are files and AFAIK must be uploaded.
it all comes down to security and what your web page can and can not do on your end users' computers.
basically, you can display information (via the capabilities of your end users' client browsers), you can accept information via inputs that are supported via HTML, and you can upload files; you can not access your end users' hard disks and other drives
directly.
B-) Please help me by completing my school survey about computer programmers on my website. Thank you!!! Gerry Lowry +1 705-429-7550 wasaga beach, ontario, canada
Yes i know, i want to update user profiles with their images(new enhancement in my work) in database. hence i had posted this, earlier i had done this by using file upload control.
ujjwaladatta
Member
229 Points
59 Posts
How to Upload images from a folder to Sqldatabase with out using fileupload control.
Dec 18, 2012 08:21 AM|LINK
How to Upload images from a folder to Sqldatabase with out using fileupload control.
http://www.ujjwaladatta.wordpress.com
gerrylowry
All-Star
20525 Points
5713 Posts
Re: How to Upload images from a folder to Sqldatabase with out using fileupload control.
Dec 18, 2012 08:37 AM|LINK
@ ujjwaladatta
if you could do that, please tell us why you would want to?
images are files and AFAIK must be uploaded.
it all comes down to security and what your web page can and can not do on your end users' computers.
basically, you can display information (via the capabilities of your end users' client browsers), you can accept information via inputs that are supported via HTML, and you can upload files; you can not access your end users' hard disks and other drives directly.
various controls ultimately emit raw HTML ... so you could just use raw HTML, example: http://www.w3.org/wiki/HTML/Elements/input/file.
g.
ujjwaladatta
Member
229 Points
59 Posts
Re: How to Upload images from a folder to Sqldatabase with out using fileupload control.
Dec 18, 2012 09:12 AM|LINK
Hi, Gerry Lowry.
Yes i know, i want to update user profiles with their images(new enhancement in my work) in database. hence i had posted this, earlier i had done this by using file upload control.
http://www.ujjwaladatta.wordpress.com