Page 1 of 1

how to disable uploads, uploadenabled=0 does not work

Posted: Fri Feb 11, 2011 10:07 pm
by phibertron
Has anyone ever had resluts with uploadenabled=0 working
I am currently using 6.0.30, with this and every other previous version of twonky server,
I have NEVER been able to disable it
I have to go to great lenghts to redirect the uplaoid folder, and then deny access on an ACL level to stop it
Its just getting really really old having to deal with this bug!

Re: how to disable uploads, uploadenabled=0 does not work

Posted: Fri Feb 25, 2011 8:15 pm
by phibertron
I still cant this to get disabled with the uploadenabled=0

But I did find another way to at least make the file not get sent

If you rename these files

C:\Program Files\TwonkyMedia\plugins\upload-completed.plugin
C:\Program Files\TwonkyMedia\plugins\upload_completed.exe

like this

C:\Program Files\TwonkyMedia\plugins\upload-completed.plugin.original
C:\Program Files\TwonkyMedia\plugins\upload_completed.exe.original

or move or delete them from the folder

then when someone tries to upload a file
the url http://ip:9000/webbrowse/Oupload just sits there trying to send the request
and never gets a reply to initiate it, than I can tell

it would be great if we could also remove the button and the link http://ip:9000/webbrowse/Oupload
and or get uploadenabled=0 to accomplish both