Python Forum
find file not knowing the extension
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
find file not knowing the extension
#1
Hello Coders!

I'm a student and I'm trying to complete a project for my course. I'm creating a small blog and now I'm working on the recipe page. The project is in Python+Flask+MongoDB.

I could do almost everything, I'm just having problems with a file. I have the picture of the recipe in a folder, so let's say the file is:

"/static/images/5f034b69b91c57308938cf82.png"

The id 5f034b69b91c57308938cf82 is the object id in MongoDB, I renamed the file in that way when I added the recipe.

Now in HTML file, recipe.html, I'm trying to show also the image of the recipe, and I can get the name using {{recipe._id}} but I don't know the extension, it might be any image extension. How could I get the following?

<img src="/static/images/{{FILE+EXT}} alt="RecipePic" />

I know the file name but not the extension, and I'm finding it difficult since jinja2 is giving me always errors.

Thank you in advance!!! :D
Reply


Messages In This Thread
find file not knowing the extension - by Leon79 - Jul-07-2020, 12:06 PM
RE: find file not knowing the extension - by Leon79 - Jul-07-2020, 12:56 PM
RE: find file not knowing the extension - by rexrf - Jul-07-2020, 01:44 PM
RE: find file not knowing the extension - by Leon79 - Jul-07-2020, 04:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  partial functions before knowing the values mikisDeWitte 4 774 Dec-24-2023, 10:00 AM
Last Post: perfringo
  FileNotFoundError: [WinError 2] The system cannot find the file specified NewBiee 2 1,806 Jul-31-2023, 11:42 AM
Last Post: deanhystad
  Cannot find py credentials file standenman 5 1,813 Feb-25-2023, 08:30 PM
Last Post: Jeff900
  selenium can't find a file in my desk ? SouAmego22 0 836 Feb-14-2023, 03:21 PM
Last Post: SouAmego22
  Find (each) element from a list in a file tester_V 3 1,385 Nov-15-2022, 08:40 PM
Last Post: tester_V
  what will be the best way to find data in txt file? korenron 2 1,272 Jul-25-2022, 10:03 AM
Last Post: korenron
  find some word in text list file and a bit change to them RolanRoll 3 1,671 Jun-27-2022, 01:36 AM
Last Post: RolanRoll
  Find and delete above a certain line in text file cubangt 12 3,920 Mar-18-2022, 07:49 PM
Last Post: snippsat
Question Help to find the largest int number in a file directory SalzmannNicholas 1 1,742 Jan-13-2022, 05:22 PM
Last Post: ndc85430
Thumbs Up [SOLVED] Find last occurence of pattern in text file? Winfried 4 4,708 Aug-13-2021, 08:21 PM
Last Post: Winfried

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020