for example value="http://imgur/someimage"
of course, you can also leave the file on its original location and store only the url. If that is sufficient of course
Caspar Kleijne
2010-09-14 16:14:04
@Caspar Kleijne: Yes, but you can't use an `<input type=file>` for that.
Guffa
2010-09-14 16:16:52
perhaps i should clarify, i am using the open graph api to supplement my registration system .. the api coneects and fetched all user information including a link to the picture...but my registration system uses an <input file> to take the pic and store it in mysql. how can i replace the input file to take the data from facebook instead.. if, as you suggested i try to do it server side facebook authentication will create problems.
Pablo
2010-09-14 16:22:19
A:
Nope, it can't.
You would have to make it a text input, and fetch the image on server side.
Pekka
2010-09-14 16:08:58