Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

#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

    a!fileUploadField() does not have any built-in limitation that prevents uploading .zip files. If .zip is allowed in the Admin Console > File Upload settings, the component should accept ZIP files.

    The error "Files without extensions are not permitted on this system" typically indicates that Appian is treating the uploaded file (or a file inside the ZIP, if compressed-file inspection is enabled) as having no valid extension. It is not a documented limitation of a!fileUploadField().

    Verify the following:

    • The ZIP file is valid and not corrupted.
    • The file actually has a .zip extension (not a hidden or double extension).
    • If "Apply upload settings to contents of compressed files" is enabled, ensure all files inside the ZIP have valid, permitted extensions.
    • Try uploading a newly created ZIP containing only a simple .txt file to determine whether the issue is specific to the archive.

    If a simple, valid ZIP also fails despite the correct Admin Console configuration, it is likely an environment-specific issue , try the same on different envionemnent

Reply
  • 0
    Certified Lead Developer

    a!fileUploadField() does not have any built-in limitation that prevents uploading .zip files. If .zip is allowed in the Admin Console > File Upload settings, the component should accept ZIP files.

    The error "Files without extensions are not permitted on this system" typically indicates that Appian is treating the uploaded file (or a file inside the ZIP, if compressed-file inspection is enabled) as having no valid extension. It is not a documented limitation of a!fileUploadField().

    Verify the following:

    • The ZIP file is valid and not corrupted.
    • The file actually has a .zip extension (not a hidden or double extension).
    • If "Apply upload settings to contents of compressed files" is enabled, ensure all files inside the ZIP have valid, permitted extensions.
    • Try uploading a newly created ZIP containing only a simple .txt file to determine whether the issue is specific to the archive.

    If a simple, valid ZIP also fails despite the correct Admin Console configuration, it is likely an environment-specific issue , try the same on different envionemnent

Children
No Data