redlz2500

Show:

What's happening?

  • charset about ie and other browse

    when browse by ie and ff the result is different ff2.0, winxp sp2, ie6.0, web server apache2.x+php5.x, page charset is gb2312 the ugia default charset is utf-8 after changed all page in ugia the situation is still bad not only the interface about progress.php, but also with my file-uploaded function so i made some change to deal the question first: change my server charset into utf-8, no...

    2008-01-06 11:46:00 UTC in UGiA PHP UPLOADER

  • fix function getBaseName($path)

    about ff compatibility in Form post the filename of input-file is no dir(winxp,ff2.0) so the regeneration will loss the first char in the function getBaseName($path) change the code as this will fix the bug: function getBaseName($path) { $path = str_replace(”\\”, “/”, $path); if(!strrpos($path, “/”)){ return $path; }else{ return substr($path, strrpos($path, “/”) + 1);.

    2008-01-06 09:07:32 UTC in UGiA PHP UPLOADER

About Me

  • 2008-01-06 (2 years ago)
  • 1974704
  • redlz2500 (My Site)
  • redlz2500

Send me a message