Thanks for everybody.. I tried the above steps in user.pm(here i check user log in). But sill same problem.
I install catalyst in new machine and and i run it on that machine with same code, Its working fine without the .bin file downloading. :) But I am not able to fine why the problem in previous machine, I think it may be apache server problem...:-/ [image: படம்] Mani Ram 2011/1/14 Oroszi, Róbert <[email protected]> > i've had a problem something like this exactly at login and logout. > > as i can remember i messed up something in root.pm, in auto sub ( maybe i > had return 0 (?) ), where i checked whether the user is logged in. > > > 2011/1/13 Evan Carroll <[email protected]> > > 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/ >> > > > _______________________________________________ > 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/ > >
_______________________________________________ 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/
