On Thu, Jan 13, 2011 at 2:04 AM, mani kandan <[email protected]> wrote: > I have created a catalyst web application , it working fine . But the > problem I am facing is, when I click login its asking to save ".part" file , > the same problem while logout.
I'm taking a wild guess, but on success you're forwarding to, or just serving outright, something being served as non `text/*` for the mime-type. And, your browser (probably Firefox) is storing the file as *.part until it gets EOF from the stream when it would rename the file to having been downloaded. The .part is just usually a browser trick. Tt's a temporary store the browser will attempt a resume with. They're also easily deleted as uncompleted download trash... -- Evan Carroll - [email protected] System Lord of the Internets - Dealermade web: http://www.dealermade.com ph: 888.403.9143 _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
