Author Topic: image_download_url - what is it for?  (Read 2906 times)

0 Members and 1 Guest are viewing this topic.

Offline Mertvyak

  • Pre-Newbie
  • Posts: 4
    • View Profile
image_download_url - what is it for?
« on: September 07, 2006, 06:08:23 PM »
Hi!
I found a column "image_download_url" in "4images_images" table in DB. What does it for? How can I use it?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: image_download_url - what is it for?
« Reply #1 on: September 08, 2006, 12:35:50 AM »
when you upload an image, you can either select a file from your computer, or enter a remote URL to a file (url to a file on another website)

If you dont have such field in your upload form, then try default template ;)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Mertvyak

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: image_download_url - what is it for?
« Reply #2 on: September 08, 2006, 08:29:31 AM »
Thanks.