• Sngine Community Message
    Sngine Community is currently operating in its beta phase, which means that we are actively working on configuring and optimizing various aspects of this community. As we continue to refine our features and functionality, please be aware that changes may occur unexpectedly or without prior notification. We appreciate your understanding and patience during this development period, as we strive to create the best possible experience for all members.

Sorry, could not upload the file chunk” when uploading

Sngine uses chunked uploading for large files to improve performance and reliability. Each “chunk” of the file is saved temporarily before being merged into the final file. If the server cannot write these chunks due to incorrect folder permissions, the upload will fail and trigger this error.


✅ How to Fix It​

You need to make sure that the uploads folder (and all subfolders) have the correct write permissions. Especially:

uploads/
└── temp/ ← This one is critical for chunked uploads<br>

🔧 Required Permission​

Set folder permissions to 0777, which gives full read/write/execute access

✅ Summary​

To fix the “could not upload the file chunk” error:

  1. Make sure the uploads/ and especially uploads/temp/ folder have 777 permissions.
  2. Ensure the web server has the right to write to those directories.
  3. Retry your upload after fixing the permissions.
 

Donate: Campaign

Total amount
$0.00
Goal
$60.00
Back
Top