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