Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Uploaded File lost on form resizing

    Hi isomorphic,
    I am using FileItem for uploading file in a form. This form has a feature of collapse/expand. What's happening is, I upload a file then when I collapse/expand/resize the form, uploaded file is lost and it again says to upload the file. What can be the issue?

    #2
    This would not actually happen if you are using FileItem, but it would happen if you were actually using UploadItem. The docs for UploadItem tell you why this is, and tell you to use FileItem.

    Comment

    Working...
    X