Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Archive
#1
Hi Guys,

I want to make a website that stores files.

Any help greatly appreciated.

-Oliver
Reply
#2
Break the task down into tiny steps.

Step 1: Make a simple webpage.

Can you do that? Then open it in your browser on your computer, see what it looks like. What do you need to add?

Myself I use PHP to do things like upload files, but I believe you can also use Django, which is a kind of Python. I never worked with Django.
Reply
#3
Hi,

the question is a bit vague... storing files via an upload is not problem. All Python webframeworks like Flask, Bottle, Django etc. support this. Bottle's documentation even holds an example for this: https://bottlepy.org/docs/dev/tutorial.h...le-uploads.

Regards, noisefloor
Reply


Forum Jump:

User Panel Messages

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