J
jaems
On one of my sites (php based) users can upload photos.
as they are uploaded the details of the filenames are stored into my SQL
database
I have another site (using asp.net) on to which I want the photos to be
copied as they appear in the database
What I need is someting like:
filecopy("http:www.site1.co.uk/pictures/xyz.jpg", "~/imagepath/xyz.jpg)
Can anyone help with the syntax please
jaez
as they are uploaded the details of the filenames are stored into my SQL
database
I have another site (using asp.net) on to which I want the photos to be
copied as they appear in the database
What I need is someting like:
filecopy("http:www.site1.co.uk/pictures/xyz.jpg", "~/imagepath/xyz.jpg)
Can anyone help with the syntax please
jaez