viper-framework / viper

Binary analysis and management framework
Other
1.54k stars 353 forks source link

file upload size limit #684

Closed stormyair closed 6 years ago

stormyair commented 6 years ago

hello,

I'm countering with an issue that files greater then 1024 KBcant upload to viper. is there any size limit to files upload (via API and web interface)? where can i change those values?

thanks.

frennkie commented 6 years ago

Hi, there is no upload limit. Technically it's implemented with a temporary file (to avoid memory bound limitations). Could it be that a tmp die is used that is too small (<1-2MB) on your system..?

stormyair commented 6 years ago

thanks. found the problem. it was nginx configuration