diff --git a/src/solid-xmpp-chat.js b/src/solid-xmpp-chat.js
index ad96789905677fb3963d9f269221cb5ec6709e93..c24aa78154715601c5a1bf96c77e283b860a176d 100644
--- a/src/solid-xmpp-chat.js
+++ b/src/solid-xmpp-chat.js
@@ -422,7 +422,7 @@ export const SolidXMPPChat = {
           call: false,
           spoiler: false,
           emoji: true,
-          fileupload: false, // Not working in current Converse
+          fileupload: true, // Not working in current Converse
           toggle_occupants: false
         },
         'whitelisted_plugins': ['rai', 'conversejs-sib-disconnected', 'conversejs-sib-connected', 'conversejs-sib-focused', 'conversejs-changechat', 'conversejs-rai', 'custom-hats', 'remove-notifications'],
diff --git a/src/styles/index.scss b/src/styles/index.scss
index 1eec9034e1f723c73210ee51eb9649e0503192a2..19aed3d84b78cc018cfbe58c71262d7a5bb7a247 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -153,14 +153,6 @@
     font-size: 12px;
   }
 
-
-  /* Hide send file button */
-  button[title="Choose a file to send"] {
-    display: none;
-    border: none;
-    background: none;
-  }
-
   /* To hide the trash icon because you can't remove a message for now */
   >.converse-chatboxes .chat-body .chat-msg__actions>button.chat-msg__action.fa-trash-alt {
     display: none;