Recover the data of a corrupted css file in my local server

Ever Happened to u While editing css files, the power went out unexpectedly.den u check for the file n found it corrupted ,it shows empty file in Editor but the file size was not zero.

Solution is Your Browser’s cache might have the data so one can retrive data from there by typing these lines in address bar

For FireFox -> about:cache
For Chrome -> chrome://cache/

For IE ->the path is found typically on: C:\Documents and Settings\Your_User\Local Settings\Temp\Temporary Internet Files.

There you will find some folders that might hold your css or files that could be it too. Also there is a hidden folder called Content.

Leave a comment