I am hoping to come up with a way to log what is uploaded using the TWG Flash Uploader registered v2.9 along with some other basic information. Is there some way to do this?
Assuming there is no way to do this out of the box, I thought I might be able to add this functionality. I looked at the example html file where I found "function uploadFinished(loc)". It seems like if I were to add some code within this function that I might be able to log the date, time, authenticated user (I have authentication enabled), directory, and file uploaded. Does it seem like I am on the right track or is there a better way to do this? If this seems feasible, can you give me the variables that contain this information?
If this works out, the next task would be to do the same thing for downloads.
Thank you.
|