• 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

Desktop Uploader & class.upload.php

buzzdee

Chevereto Member
Hi,

I know this (http://chevereto.com/forums/topic1290-unofficial-chevereto-20x-desktop-uploader.html) topic is closed, but it would be nice if someone could help me finding an specific error.

The generation of the .exe file works for me 100% (Win7, 32bit) and even the upload seems to start. But then the error "ERROR: TOO BIG" occurs (see screenshot)
qvnB.jpg


I tried to figure out, where this error comes from, and I think it's in line 299 in "class.upload.php" (see screenshot)
u8IB5.jpg


(I changed the error message, and voila, the changed error message appears in the desktop uploader 🙂


So, what does this mean. Is this an error 413 which means "Request entity too large", or is it something else?
How could this be solved? Any ideas?

Btw, I think the desktop uploader is really a killer-goodie, and it would be sad if this can't be solved.

Best wishes,
Buzz
 
This happens with all the image uploads or just the big files?
 
hmm weird. Did you try to contact Danny? He write that app.
 
Yes, I did. Danny wrote that he left the chevereto community and will not offer any help for this... 🙁
Oh damn! Is there no one who can have a look a this... or even better, create a new "Desktop Uploader" for this outstanding Script?!
 
Anyone on Chevereto has Visual Basic skillz? even C# .. Would be so good if they would like to code a software, kinda like http://puu.sh/ And sell it on here. I'd love that. Ohwell, not only me who would love that, I'm sure 99% of the community would! 🙂
 
Today i coded a remote uploader for chevereto in my dev site (http://dev.cheveretomods.com/remote.php)

you can test if yourself by creating an html file with the following form on it:
Code:
<form action="http://dev.cheveretomods.com/remote.php" method="post" enctype="multipart/form-data">
<label for="file">File:</label>
<input type="file" name="file" id="file" />
<input type="hidden" name="key" value="3n84t73o" />
<input type="submit" name="submit" value="UPLOAD!" />
</form>

Output is a JSON response.

I'll see if I can get some experienced java coder to do an applet for chevereto (it will also work for AUS)
 
Back
Top