• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

multi upload not working (custom app)

aleksandar

Chevereto Member
Please help me, programer from freelancer, work on my desktop aplication, multi upload script by api on my chevereto imagehost.
Multi upload not work , speed is very slow. I set up config:
$config['multiupload'] = true;
$config['multiupload_limit'] = '100'; // Maximun number images on multiupload queue (leave empty for no limit) values 1-100
$config['multiupload_simultaneous'] = '10'; // How many images will be uploaded at once. Default:1


Is maybe something wrong with api?

Thank you
 
Sadly, it is impossible that the problem is chevereto. I personally coded a Desktop uploader for chevereto using the api and everything worked very well on many servers. So the problem is either your server, or how the guys your hired made some "mistakes" in his code so the application is slow.
 
Back
Top