Commit 7acb3c34 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Removed charcters '[ ]' from illegal set.

parent 6ee79126
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -19,7 +19,7 @@
    </p>
    </p>
    <p class="my-4">
    <p class="my-4">
      <b>Q</b>: Are there any restrictions on allowed characters for file/folder names?<br/>
      <b>Q</b>: Are there any restrictions on allowed characters for file/folder names?<br/>
      <b>A</b>: Yes, the following characters are not allowed for file/folder names: [ ] &lt; &gt; ? \ / " : | ' ` *
      <b>A</b>: Yes, the following characters are not allowed for file/folder names: &lt; &gt; ? \ / " : | ' ` *
    </p>
    </p>
    <p class="my-4">
    <p class="my-4">
      <b>Q</b>: Is there a size limit to a file upload through the web UI?<br/>
      <b>Q</b>: Is there a size limit to a file upload through the web UI?<br/>