Upload is usualy used to upload files for connected users to a site.
Your uploader SWF creates a new session on the server because no cookie about user connection is sent. I suggest to send the 'document.cookie' JS variable with the rest of the request when sending a file to keep this connection as the users will be identified on the server with the flash as well as the browser.