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?
.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם
?רוצה לדרג או להוסיף פריט אל רשימה
?לא חבר אתר
תגובה מאת Dale
ב-מרץ 3, 2014 ב-5:27אחרי חצות יום
I don't have a asp example but I could send a php example if you would like.
תגובה מאת jigas
ב-מרץ 6, 2014 ב-5: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.
תגובה מאת tony007
ב-מרץ 6, 2014 ב-8:44לפני חצות יום
@Dale, I would like to see the PHP example :)
תגובה מאת Dale
ב-מרץ 6, 2014 ב-9: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.
תגובה מאת tony007
ב-מרץ 6, 2014 ב-9:10לפני חצות יום
Thanks Dale, I'm having problems getting the images using AJAX and json
תגובה מאת Dale
ב-מרץ 6, 2014 ב-9:12לפני חצות יום
No problem. Sorry there was some format issues with my post. I have fixed it. Hope that helps.
תגובה מאת tony007
ב-מרץ 6, 2014 ב-9:14לפני חצות יום
Thanks Dale