I get “Access denied” when uploading with “chunksize” under Windows Vista ?
Internet Explorer 7 under Windows Vista comes with new security features. A standard windows user account doesn’t have permissions to write in some directories such as c:\, c:\Program Files … “chunksize” parameter allows to split file in chunks before uploading. Basically, each chunks is written temporary on disk in the same folder as the selected file to upload. If you select file in a folder where you don’t have write permissions then chunks cannot be created and you get “Access denied” errors. You will have the same problem with “ziponfly” parameter and plugins such as Scaling Filter. The solution is to setup jClientUpload to generate any temporary files under user’s home tmp folder through: … … Another solution, that applies to “chunksize” parameter only, is to setup jClientUpload to generate each chunks in memory through: … …