Outline ·
[ Standard ] ·
Linear+
Upload file and access code generated
|
TSSpIcYjOe
|
Apr 1 2024, 04:36 PM, updated 2y ago
|
|
Hello Sifus,
I am trying to build a website that can do a specific thing. When someone upload a file via my website (no login required), they are given a random code (8 digit code).
The person can use this code to retrieve the uploaded file from another PC.
Is there any ready made scripts that can achieve this?
Thanks, Joel Kuan
|
|
|
|
|
|
FirezZ
|
May 14 2024, 10:45 PM
|
|
There are many ready made php scripts available in market, just see if the ready made script suits your needs or you may need to get some programmers to continue amending the source codes or start from 0.
|
|
|
|
|
|
SUSdavid1207 P
|
Jul 22 2024, 04:12 AM
|
New Member
|
You can use a PHP script with some basic file handling to achieve this. There are plenty of open-source file upload scripts that you can tweak. Look for ones that include file management and add a feature to generate and track random codes. GitHub has some good options you can start with, like "FileSender" or "PHP File Uploader." Just make sure to add a way to store and validate those codes securely.
|
|
|
|
|