Skip to content

Empty dataUrl String after upload #163

@knowrahman

Description

@knowrahman
<ImageUploading
            multiple
            value={images}
            onChange={onChange}
            maxNumber={appConfig.fileUploader.maxNoOfFiles}
            dataURLKey="data_url"
            acceptType={allowedFileTypes}
            onError={onError}
            allowNonImageType
          >
            {({
              imageList,
              onImageUpload,
              onImageUpdate,
              onImageRemove,
              onImageRemoveAll,
              isDragging,
              dragProps,
            }) => (
            ....
            )}
          </ImageUploading>
      When I upload an MP4 Video file of a size 500MB the data_url it results in an empty string with no file object,
      [{"data_url":"","file":{}}]
       the same works fine for the smaller file sizes
      
      Can anyone please help me in resolving this issue 
      
     Thanks in advance :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions