Title: JSON file allow
Last modified: August 13, 2024

---

# JSON file allow

 *  Resolved [priyam1234](https://wordpress.org/support/users/priyam1234/)
 * (@priyam1234)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/json-file-allow/)
 * I creat my custom filed
 * array(
 * ‘id’ => parent::$sv_option_prefix . ‘firebase_app_json_file’,
 * ‘type’ => ‘media’,
 * ‘url’ => false,
 * ‘read-only’ => false,
 * ‘title’ => __(‘Upload JSON File’, ‘socialv-api’),
 * ‘desc’ => __(‘Upload your JSON file here.’, ‘socialv-api’),
 * ‘media_type’ => ‘application/json’
 * ),
   i want to upload json file but it do not allow me thati also allow mime type
   but still unable to upload JSON file please help its urgent

Viewing 1 replies (of 1 total)

 *  Plugin Author [Kev Provance](https://wordpress.org/support/users/kprovance/)
 * (@kprovance)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/json-file-allow/#post-17951646)
 * WordPress, by default, does not allow JSON files to be uploaded without using
   a plugin that allows the modification of MIME types (or you write your own code
   to do so). Conversely, any field Redux creates will abide by those same limitations.
 * See: [https://codeastrology.com/how-to-upload-json-file-to-wordpress-2022/](https://codeastrology.com/how-to-upload-json-file-to-wordpress-2022/)

Viewing 1 replies (of 1 total)

The topic ‘JSON file allow’ is closed to new replies.

 * ![](https://ps.w.org/redux-framework/assets/icon.svg?rev=2889347)
 * [Redux Framework](https://wordpress.org/plugins/redux-framework/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/redux-framework/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/redux-framework/)
 * [Active Topics](https://wordpress.org/support/plugin/redux-framework/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/redux-framework/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/redux-framework/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Kev Provance](https://wordpress.org/support/users/kprovance/)
 * Last activity: [1 year, 10 months ago](https://wordpress.org/support/topic/json-file-allow/#post-17951646)
 * Status: resolved