Posted on: 2/29/2012 6:15:35 AM | Views : 688

Hi all.
>>: Here in our application, user is uploding its vital information in the form of doucments. Documents can contain pdf, word, image files etc
>>: the problem is that we want to secured our files such that file information and file name can not be access or read by hosting member of server where we upload it.
>>: what i am thinking is that....1) rename file by some uniqe id and remove its extension.  2) Stored its extension and uniqe id in database.
>>: as a result file will not get open by hosting member and its rename so so....
>>: when user need that file, get extension and file uniqe id from database. Concate both ( unique id + extension ) and dispaly file to user.
>>: so, can you please guide me weather this solution is good or any alternative to do this.


>>: Note: We will host our site in shared server and any how we ...

Go to the complete details ...