I want to save the movie posters on webserver. For my website i´m using classic ASP, but i can´t find any solution how to save the image file. Can anyone help?
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Dale
le 3 mars 2014 à 17h27
I don't have a asp example but I could send a php example if you would like.
Réponse de jigas
le 6 mars 2014 à 05h38
Assuming that you allready have populated the json and u just want to save. Assuming that you have folder rights
here is an function that saves the image url to local file.
Réponse de tony007
le 6 mars 2014 à 08h44
@Dale, I would like to see the PHP example :)
Réponse de Dale
le 6 mars 2014 à 09h06
Here is my example:
You need to ensure each of the folder structure are created for each images.
If you need any help let me know. I am using someone Image_save_from_url() function. Sorry that I couldn't give credit to the person I got it from.
Dale.
Réponse de tony007
le 6 mars 2014 à 09h10
Thanks Dale, I'm having problems getting the images using AJAX and json
Réponse de Dale
le 6 mars 2014 à 09h12
No problem. Sorry there was some format issues with my post. I have fixed it. Hope that helps.
Réponse de tony007
le 6 mars 2014 à 09h14
Thanks Dale