Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How could I upload a picture?

Status
Not open for further replies.

Robertus

Programmer
Feb 16, 2001
81
RO
I would like to know wich is the mechanism wich uploads a picture from a client up to the server?
Is there a piece of code or some?

Thank you, anyway!
Robertus
 
I have used this FileUpLoader prog- it works very well - The problem I have is that on our live server write capability is disabled. So instead of writing to disk I will have to use the SQL Server instead.

One problem is what datatype to use on the field (i.e. binary, ntext etc) and also how to get the files back in their original format after converting them and storing them as BLOB's. Can anyone shed some light on this.

Cheers in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top