forward account info (path)
Posted: Sun Jan 27, 2008 9:30 pm
I'm evaluating this product so I can create a service for my users so they can upload a big file to it, and then give them an URL that they can mail to a contact on the internet.
Of course, I do not want people to be able to get each others files. So I upload the file into a directory with a random name (something like /20071030ERZREDYFYDFTDGFCHGF/).
I found an article on how to use a variable directory to upload the file into, but I can't find a method to return the resulting URL to the user, as the forward method only returns the filename.
I also do not want to use the POST method, as afaik this passes data to a server based applet.
If possible, I rather keep it as a client based application, as all the rest already is really client based, isn't it ?
So is there a way to forward also the account (path) info using the forward method ?
Of course, I do not want people to be able to get each others files. So I upload the file into a directory with a random name (something like /20071030ERZREDYFYDFTDGFCHGF/).
I found an article on how to use a variable directory to upload the file into, but I can't find a method to return the resulting URL to the user, as the forward method only returns the filename.
I also do not want to use the POST method, as afaik this passes data to a server based applet.
If possible, I rather keep it as a client based application, as all the rest already is really client based, isn't it ?
So is there a way to forward also the account (path) info using the forward method ?