In this era, in an application it is often found that a dynamic input form is a form that can be filled in a lot of data, the application user is free to fill the data according to his wishes. To handle this dynamic input form, the developer usually adds a new table in a database specifically for storing dynamic data, it has the potential to waste tables and records in a database. Applying the JSON conversion technique is a solution to overcome this, dynamic data is stored in a special field so that the use of tables and records can be minimized, as well as to compress the JSON string length applied by the Zlib algorithm. In this study, dynamic data is a images file uploaded on an input form. The results of this study in the case of handlin...