Welcome to the new Box Support website. Check out all the details here on what’s changed.

How does Box place the upload status flag?

New post

Comments

1 comment

  • jcleblanc

    Hi ,

     

    As far as I know the file object won't provide direct status information on the upload status of a file. The only info that I can see is item_status, but that will only show you if an item is active, trashed, or deleted.

     

    If you're uploading a file over 50mb and using chunked upload however, there is a way of doing this. Essentially chunked upload will break the upload into parts, and you'll upload each part in sequence. You can build a rudimentary status indicator by increasing the upload % each time a new part uploads successfully ((100% / # of total parts) * number of parts uploaded). 

     

    - Jon 

    0
    Comment actions Permalink

Please sign in to leave a comment.