Upload Files

This option allows users to upload files they have been given access to in the Shared Files Area.

Shared Files is used to store project-related files to be referred to and used by team members who are working on the study. Examples of project related files: questionnaire documents, sample plans, images or even client reports. This area is strictly an area to upload files of any type and can be used for clients to upload files as well. Files uploaded to this area will NOT be checked for file type or naming conventions.

No actions will be taken on files uploaded to the Shared Files Area. Any Survox type files that are uploaded, are NOT accessible to the Survox software. For example, a .tr file uploaded in this area is NOT accessible for reporting or processing purposes and a questionnaire (.qpx) file uploaded in this area is NOT compiled. This area is strictly an area to upload and retrieve files of any type.

  1. Click on the Shared Files Tab
  2. Click on Upload Files
  3. Select a client from the drop down menu
  4. Select a project from the drop down menu
  5. Click the Choose File button and navigate to the file(s) on your machine that you wish to upload
    1. You can upload up to 5 files at a time
    2. If a duplicate file is found, you have the option to automatically overwrite that file or choose to be prompted before overwriting
    3. You can upload a compressed file with a .zip extension
    4. The file will automatically be unzipped
    5. The default upload limits are currently set to a maximum single file size of 8M, a total for the page of 16M and an overall memory limit of 16M. (See below to increase these limits)
  6. Click the “Upload File(s)” button

 

shared_files_upload2

Upload Limits

The default upload limits are currently set to a maximum single file size of 8M, a total for the page of 16M and an overall memory limit of 16M. If you are having trouble uploading or need your upload limits increased please contact your Network Admin and follow the instructions below.

Increasing Upload Limits

The maximum file upload size is a .php configuration variable found in /etc/php.ini. Somebody with root access to your machine will have to edit your php.ini file to change these limitations.

The relevant lines to edit are:

; Maximum allowed size for uploaded files. upload_max_filesize = 2M

; Maximum size of POST data that PHP will accept. post_max_size = 8M

memory_limit = 16M