• 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.

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