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?
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von Dale
am 3. März 2014 um 17:27
I don't have a asp example but I could send a php example if you would like.
Antwort von jigas
am 6. März 2014 um 05:38
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.
Antwort von tony007
am 6. März 2014 um 08:44
@Dale, I would like to see the PHP example :)
Antwort von Dale
am 6. März 2014 um 09:06
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.
Antwort von tony007
am 6. März 2014 um 09:10
Thanks Dale, I'm having problems getting the images using AJAX and json
Antwort von Dale
am 6. März 2014 um 09:12
No problem. Sorry there was some format issues with my post. I have fixed it. Hope that helps.
Antwort von tony007
am 6. März 2014 um 09:14
Thanks Dale