a management system where different user have different role, and there is a time limit of a task for each user, if the time limit exceeds, the task gets disabled.
I changed a role for a user in the sql server databse. also changed the time limit of a task for a user so the task gets enabled. after changing above details in the table on database in Microsoft sql server.
the user is able to perform a task that does not require uploading any files.
but the user can,t upload a file, the file is not uploading on the local storage, the weird part is the json response is showing code 200 as if everything is good no error, but the error box is popping up.
wanted to know what could be the issue, is it that i have to update something after making any changes on the tables of the database ? like update model, or do i have to clear cache, or may be changing the roles effected all the tables of the database but not possible since he can perform normal tasks that doesn't require file uploading..!!!
any suggestions?
thanks.