Newer
Older
DocumentLibrary / src / DocumentLibrary / instance / methods / document_submit_url_error
<dtml-comment>

document_submit_url_error method

    Error message and help for invalid URL submissions.

    Author: Casey Duncan (casey_duncan@yahoo.com)

</dtml-comment>

<h2>Document Submission Error</h2>
<p>The URL you specified for the document could not be submitted because:
<dtml-var name="error_value"></p>
<p>To correct this problem try the following:</p>
<ul>
  <li>Confirm that you can access the URL as entered using your web browser.
      Click on the URL link above to test it in your browser</li>
  <li>Make sure you URL uses the http, ftp or gopher protocols. This is denoted
      at the front of the URL (ie http://). Other protocols (such as file: or mailto:)
      are not allowed for submitting documents. If the protocol is omitted,
      http is assumed.</li>
</ul>
<p>To return to the form to resubmit your document, click on the 
<em>Back</em> button on your browser's toolbar.</p>