replace this line:
- Code: Select all
if filename ~= nil then
into:
- Code: Select all
if filename ~= nil and (_SESSION["username"] == "aaa" or _SESSION["username"] == "bbb") then
if filename ~= nil thenif filename ~= nil and (_SESSION["username"] == "aaa" or _SESSION["username"] == "bbb") thenFTP wrote:zanedabrain wrote:Any news on this? I am looking for a product to allow my users to share files with people outside the company with un-authenticated access. I was really excited when I seen the 'download url' button, but it was immediately followed by disappointment when I closed my browser and sent the url to my boss which didn't work.
Next version will support direct download link.
botsuka wrote:Anyway to put some security on this feature. Like only allow certain users to be able to do this. Also the ablility to enforce expiration setting instead of being optional?
storm wrote:botsuka wrote:Anyway to put some security on this feature. Like only allow certain users to be able to do this. Also the ablility to enforce expiration setting instead of being optional?
This would be great to have added. Additionally I found that in Firefox 4 it is not possible to select the generated download link to copy it to the clipboard. Works fine in IE.
Return to Suggestions & Wishlist
Users browsing this forum: No registered users and 1 guest