• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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