#FileUploadComponentLimitaions

Certified Senior Developer

Are there any limitations for a!fileupload() component in Appian,
I've tried uploading a zip folder using this, but I am getting the following error : Could not upload file "abc.zip". Reason: Files without extensions are not permitted on this system.
but the file is of .zip extension, I have checked in admin console as well , and zip is enabled in admin console.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Also, there are more limitations for a!fileupload() component in Appian:-

    No built-in versioning – Uploading a file with the same name creates a new document; Appian does not automatically maintain file versions.
    No upload progress customization – The upload progress indicator is managed by Appian and cannot be customized.
    No resumable uploads – If a large file upload is interrupted, users must restart the upload.

Reply
  • 0
    Certified Lead Developer

    Also, there are more limitations for a!fileupload() component in Appian:-

    No built-in versioning – Uploading a file with the same name creates a new document; Appian does not automatically maintain file versions.
    No upload progress customization – The upload progress indicator is managed by Appian and cannot be customized.
    No resumable uploads – If a large file upload is interrupted, users must restart the upload.

Children