rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Wg816

Pages: 1
1
Bug reports / Re: False errors on upload
« on: January 26, 2023, 09:33:42 AM »
Appears for one of the following reasons:

when sending each file with the method that was used for it
- the logged in user does not have write rights to upload file in the folder
- the user and the password used do not correspond to a registered account values

I think I'm on to something based on the second thing you said.  When the users download a file, it says "User@ipaddress:port" on the server log.
When the user goes to the "Upload" folder to send a file, the server log does NOT have the user.  It only says "ipaddress:port."  The user may have permissions to the folder, but only the IPaddress is shown to be the one accessing the folder.  The file is sent, deleted, and then sent again successfully.  Very weird.

Solution??  right click on "Upload" folder and set Access to "Anyone" and Upload to "Anyone."   Problem solved in a bad way.

Why does the User disappear from the log only in that specific folder with?   What's a better solution?

2
sorry for the late reply. Try this instead
$('#actions a:last').remove()

Why is it when you remove the "get list" button, then the upload progress bar stops working?

3
Bug reports / Re: False errors on upload
« on: January 26, 2023, 05:22:13 AM »
Did you ever figure out what was causing this?  I have the same problem. 
1. The log will say "Upload failed for VID.mp4: Not allowed. "
2. The file will upload
3. The file will upload again!
4.  Log: "Upload successful" 

4
HFS ~ HTTP File Server / Re: HFS on Android (WebKit) Browser.
« on: March 31, 2014, 04:43:45 AM »
Is it possible to bypass authentication in the template if the User-Agent == AndroidDownloadManager so that people can download files from their android device?

Pages: 1