Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8085699
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T18:12:44+00:00 2026-06-05T18:12:44+00:00

I am using wget in php script to download images from the url submitted

  • 0

I am using wget in php script to download images from the url submitted by the user. Is there some way for me to determine the size of image before actually downloading it and restricting the size of download to 1mb? Also can I possibly check that the url points to an image only and not an entire website without downloading?

I dont want to end up filling my server with malware.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T18:12:45+00:00Added an answer on June 5, 2026 at 6:12 pm

    Before loading you can check headers (you’ll have to download them though). I use curl – not wget. Here’s an example:

       $ curl --head http://img.yandex.net/i/www/logo.png
    
       HTTP/1.1 200 OK
       Server: nginx
       Date: Sat, 16 Jun 2012 09:46:36 GMT
       Content-Type: image/png
       Content-Length: 3729
       Last-Modified: Mon, 26 Apr 2010 08:00:35 GMT
       Connection: keep-alive
       Expires: Thu, 31 Dec 2037 23:55:55 GMT
       Cache-Control: max-age=315360000
       Accept-Ranges: bytes
    

    Content-Type and Content-Length should normally indicate that the image is ok

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a PHP script that is using wget to download some images. However,
I'm trying to download images (.jpg) from web folder using wget. I want to
I'm using the wget command from within php to download a css stylesheet and
On Ubuntu, I am trying to download a file (from a script) using wget.
I'm writing a PHP script that downloads a series of generated files (using wget
I have a command-line PHP script that runs a wget request using each member
I've created a batch script to automatically update some files using wget for Windows.
Hi I am using wget to copy a data from url and store it
I'm using wget in a php script and need to get the name of
I am trying to download Xcode from the Apple Developer site using just wget

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.