Hi, You can always change php.ini settings to allow larger file uploads. *upload_max_filesize = 2M* Increase it to fit your need. You may need to change this as well: *post_max_size = 10M * Let me know if it works for you. :) -- Regards, Vikash Kumar -- http://vika.sh On Fri, Mar 12, 2010 at 1:39 PM, 杜越 <ooooo825@xxxxxxxxx> wrote: > hello, guys, > > I have tried many ways and was told to use C or Perl. Perl is a stranger to > me and I never use C in a project. > Is there anybody would tell me how to make php interact with C/Perl and how > to maintain sessions during the interacting time ? > > thanks in advance! >