image

  • Thread starter Thread starter jaems
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top