General Info

Return

Document Upload Template

The Document Upload template provides links to all solicitation documents that are available for viewing and downloading from the Internet. This template is used when documents are available on a server other then FBO.

Tag Description Format
<EPSUPLOAD>
<DATE> (Required Data) Month and day synopsis is submitted MMDD
<YEAR> (Required Data) Year synopsis is submitted YY
<USERID>* (Required Data) User ID for the Office Location. Assigned/managed by your location Administrator. string
<PASSWORD>* (Required Data) Password. Assigned/managed by your location Administrator. string
<PROJID>* (Required Data) Existing solicitation number Up to 128 characters
<UPLOADTYPE> (Required Data) Type of upload documents: you may specify any type, use S for solicitation, and A for amendment Up to 255 characters
<RESPONSEDATE> <RESPDATE> New deadline for receipt of responses. Note, either of the tags at the left will work. MMDDYYYY
<FILELIST> Structural tag No data required or accepted
<FILE> Structural tag No data required or accepted
<URL> The Government Agency's URL pointing to the file Up to 255 characters, consist of a restricted set of characters (see URL specification - RFC 2396)
<MIMETYPE> Document type Up to 32 characters
<DESC> Visible hypertext description provided to the user for linking to the related site Up to 255 characters
</FILE> Structural tag No data required or accepted
</FILELIST> Structural tag No data required or accepted
</EPSUPLOAD>

Notes

  1. All red tags represent required data.
  2. * denotes validated data.
  3. <URL>, <MIMETYPE>, and <DESC> fields that grouped together by <FILE> and </FILE> represent one file. An unlimited number of <FILE>s may be provided within the <FILELIST>.

Example

<EPSUPLOAD>
<DATE> 0120
<YEAR> 99
<USERID> demo
<PASSWORD> DEMO
<PROJID> PS-01141952
<UPLOADTYPE >A
<RESPONSEDATE>12311999
<FILELIST>
<FILE>
<URL> http://www.arnet.gov/aDirectory/File1.doc
<MIMETYPE> doc
<DESC> Description of File 1
</FILE>
<FILE>
<URL> http://www.arnet.gov/aDirectory/File2.xls
<MIMETYPE> xls
<DESC> Description of File 2
</FILE>
</FILELIST>
</EPSUPLOAD>