Title: webdev156's Replies | WordPress.org

---

# webdev156

  [  ](https://wordpress.org/support/users/webdev156/)

 *   [Profile](https://wordpress.org/support/users/webdev156/)
 *   [Topics Started](https://wordpress.org/support/users/webdev156/topics/)
 *   [Replies Created](https://wordpress.org/support/users/webdev156/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/webdev156/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/webdev156/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/webdev156/engagements/)
 *   [Favorites](https://wordpress.org/support/users/webdev156/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Attachments] La finestra di caricamento non visualizza file](https://wordpress.org/support/topic/la-finestra-di-caricamento-non-visualizza-file/)
 *  [webdev156](https://wordpress.org/support/users/webdev156/)
 * (@webdev156)
 * [2 months, 3 weeks ago](https://wordpress.org/support/topic/la-finestra-di-caricamento-non-visualizza-file/#post-18842715)
 * I have been experiencing the same issue but after analysing the problem, I saw
   that the metabox.js file (which is in the ../inc/scripts folder) has the “all”
   type parameter within the library object.
 * I changed the following from lines 112 – 121:
 * this.mediaFrame = wp.media({
   title: ‘Add Media Attachments’, button: {text: ‘
   Attach to Post’}, multiple: true,library: {type: ‘all’ –> error} });
 * Replaced with:
 * this.mediaFrame = wp.media({
   title: ‘Add Media Attachments’,button: {text: ‘Attach
   to Post’},multiple: true});
 * This solution completely solved my problem.

Viewing 1 replies (of 1 total)