This documentation is for the old version. Go to the latest Upload Suite docs

metadata.resetCookie Method

Supported browsers: FirefoxGoogle ChromeSafari

Removes all the cookies previously added to the request by the addCookie(String) method.

Syntax

JavaScript
$au.uploader('uploaderID').metadata().resetCookie();

Remarks

This method is obsolete. Use the cookie property instead.

See Also

Reference