Reply To: HTML Files Uploaded to Chunk Includes

PennController for IBEX Forums Support HTML Files Uploaded to Chunk Includes Reply To: HTML Files Uploaded to Chunk Includes

#7181
Cascade
Participant

Hi Jeremy,

It still appears to have the same issue with some of these HTML files. I can upload some HTML files, but not others. Is there anything specific in an HTML file that the PCIbex server would not like? For context, all of these files uploaded successfully to Ibex Farm.

The files that aren’t uploading have a meta tag, but I’m not sure if that would change anything. Other than that, I’m not sure what else is different about them that would stop them from being uploaded here. For example: (I’ve changed some bits for copyright reasons — put “???”) WOuld this by any chance be causing the issue?


  <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Title Here</title>
    <meta name="author" content="???">
    <meta name="article_id" content="???">
    <style>
      body { color: #333; font-family: Georgia, Cambria, serif; margin: 4em; }
      figure { font-size: 0.8em; font-family: sans-serif; line-height: 1em; margin: 4em 0; }
      figure img { background-color: #eee; border: 1px solid #ccc; padding: 1em; }
      figcaption p { margin: 0; }
      figcaption .image-credit p { font-weight: bold; }
      figcaption .image-caption p { font-style: italic; }
      h1 { font-size: 2em; }
      h2 { font-size: 1.5em; }
      header { margin-bottom: 4em; border-bottom: 1px solid #d0d0d0; }
      header h1 { font-size: 3em; }
      header h2 { font-weight: normal; }
      p { font-size: 1.2em; font-weight: normal; line-height: 1.5em; margin: 1em 0; }
    </style>
  </head>