in Education by
I am creating website which is similar to dropbox. My logic behind the project is that I am going to create 1 table which includes username and pass and unique id. Then I will create folder with name as that of the unique code and I will store that particular person file like video, mp3, txt in that particular folder. Now my question is how to restrict other users from entering into that folder(because I can access that folder by directly entering the url)? Also suggest me if any other logic is more efficient.I am working on mini project. JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
I believe that Google Drive (and Dropbox probebly too), use https behind the scenes. In that case you simply need to make sure that your php/asp files make sure only the logged on user can access his/her files. It all depends on how your creating your cloud platform. You could also use scp, ssh, in that case your server automatically directs the client command to his/her own files.

Related questions

0 votes
    I am creating website which is similar to dropbox. My logic behind the project is that I am going ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 8, 2022 in Education by JackTerrance
0 votes
    I am creating website which is similar to dropbox. My logic behind the project is that I am going ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 5, 2022 in Education by JackTerrance
0 votes
    Is it possible to model transitioning data like time-zone or a working directory? State reason behind your answer....
asked Oct 16, 2020 in Technology by JackTerrance
0 votes
    Which of the following aims at influencing users who have already begun their research on sites like Google ... a brand site? Search Retargeting Remarketing Contextual Marketing...
asked Sep 5, 2021 in Technology by JackTerrance
0 votes
    ___________ is the core business logic on which CorDapps run. A. Transaction B. Contract C. Legal prose D. Flow framework...
asked Feb 23, 2023 in Technology by JackTerrance
0 votes
    If ‘b’ in the figure below is the bias, then what logic circuit does it represents? (a) or gate (b) and gate (c) nor gate (d) nand gate Please answer the above question....
asked Sep 21, 2022 in Education by JackTerrance
0 votes
    I have a List list=Arrays.asList(640,480,520,170,320,140,60); And I need to find sum for given elements ... 60); List newListWithSum=new ArrayList(); for(int mainIndex=0;mainIndex...
asked Apr 16, 2022 in Education by JackTerrance
0 votes
    I have a menu which opens up a submenu on click. If a link has a dropdown menu (has class header ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 7, 2022 in Education by JackTerrance
0 votes
    I have a menu which opens up a submenu on click. If a link has a dropdown menu (has class header ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 2, 2022 in Education by JackTerrance
0 votes
    The age old question. Where should you put your business logic, in the database as stored procedures ( or ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 21, 2022 in Education by JackTerrance
0 votes
    So I've seen a few posts describing this, but can't quite figure it out for my case. I used to ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jan 13, 2022 in Education by JackTerrance
0 votes
    Flip-flops are the sequential logic circuits which unlike the combinational circuits have the capability to store their ... possible. Select the correct answer from above options...
asked Dec 24, 2021 in Education by JackTerrance
0 votes
    In layered design functionality and logic is separated into different parts to enable reuse true or false Select the correct answer from above options...
asked Dec 22, 2021 in Education by JackTerrance
0 votes
    Wap in Java to print a pascal triangle in simple language. Please explain the logic Select the correct answer from above options...
asked Dec 22, 2021 in Education by JackTerrance
0 votes
    The logic gate is an electronic circuit, which has one or many inputs but only___output.” three two one None of these Select the correct answer from above options...
asked Dec 1, 2021 in Education by JackTerrance
...