Forums

any file above 1 MB is grayed out!!

I've uploaded some files to start a web app .. while trying this app out it gave me Internal Server Error .. after inspection i found out that two essential files are not read and are grayed out (can't edit them) because each is ~ 15 MB! .. i've penalty of available space on the website btw i'm only using ~ 5% of it any clues how to solve this problme? and why aren't they read at first? I tried to split these files to 4 files but it seems the website can only read < 1 MB files! I'm on the free plan. TIA ^^

You can't edit them in in-browser editor, but you can edit them in the console.

Hello, thanks for your respond ^^ but i don’t want to edit them.. i want my web app to be able to read them when needed and not give the users that (internal server error) message. you can try yoursefl:

http://aishaaeshra.pythonanywhere.com/ http://aishaaeshra.pythonanywhere.com/knowledge

the home page is working v.well yet other pages don’t as they need those files to process.

What errors do you see in your logs? (link to logs are available on the "Web" page on PythonAnywhere).

I've discovered that the error was because i didn't set the working directory to where my files were xD Thanks my website now works well and i can finally share it with the world ^^

Excellent, glad that you worked it out!