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 974557
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T03:27:16+00:00 2026-05-16T03:27:16+00:00

the procedure: i have a script which uploads images (via hmtl-form and php) for

  • 0

the procedure:

i have a script which uploads images (via hmtl-form and php) for a gallery for something you can sell on the internet.

the uploaded files are stored to some temp folder. if the customer pays for posting the object online, a daemon, who crawls the directories, will then get the pictures and scale them to fit into several interfaces, which creates resized copies of each image, identified by a letter (o,l,s) and the image number 0,1,2,3…n
then you have something in a directory like

  • o_0.jpg
  • o_1.jpg
  • l_0.jpg
  • l_1.jpg
  • s0.jpg
  • s1.jpg

the problem:

there is also a preview mode where you can see how your article will be viewd later on (after paying). here the images i.e. l_1.jpg and s_1.jpg shell be displayed (in the several interfaces i.e. thumbnails). well they can be scaled by html, because its only a preview (can look awful, doesn’t matter).

but the thing is, after uploading i only have the o_x.jpg s in my tmp directory. i don’t want to copy them on the server to have also the l_x… and s_x….

so i could ask in my view if it is the preview and show then o_x.jpg s everywhere, the images occur. but the problem is, that those pictures are part of a js interaction skript, where the images displayed can be switched by user interaction, where i need to change img.src property. which would mean i have to check if it’s a preview again.

the thing is, i don’t like the idea of changing the code (in more then one file) so much and asking the same thing on more than one position only to be able to display the preview. has anyboy an idea how i can handle this at one central spot?

  • 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-05-16T03:27:16+00:00Added an answer on May 16, 2026 at 3:27 am

    onerror did the trick … woohooo
    so i can use now:

    `<img src="images/l_0.jpg" onerror="this.src='images/o_0.jpg'" alt="" />`
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

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.