Jump to content

simply07

Members
  • Posts

    3
  • Joined

  • Last visited

    Never

About simply07

  • Birthday 11/27/1984

Contact Methods

  • MSN
    simply07@hotmail.com
  • Website URL
    http://www.skweb.ca

Profile Information

  • Gender
    Not Telling
  • Location
    Canada

simply07's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello, I am trying to upload a large amount of files through an admin script. The smallest file i've been able to upload so far is 85mb. this is a zip file with abotu 50 pictures. ( i have set_ini to control the timeouts and the file upload size) I was wondering if, instead of upload the photos as one big zip folder, is it possible to read a directory on the users computer and upload what is in there? ie: the user specifies a folder and then the script read the files, one by one, and uploads them to the server? Is it possible to do this? If not, does anyone know of any script/app that allows to upload large files. Thanks to anyone who can help
  2. hello i am trying to keep users logged into my site once they close the browser. I was wondering if there was an easy way of converting cookie into sessions variables or vice versa. The thing is i am working on a large website and I was asked to keep users logged in once they close the browser. I know that session variables dies once the browser is closed so i was hoping to use cookies to store their info so when they reopen the browser they are still remembered Any help would be truly appreciated. Steph
  3. i am having a lot of problems trying to get session variables to stay alive once the browser has closed. Hi have tried using ini_set('session.gc_maxlifetime', 60*60); ini_set('session.cookie_lifetime', 60*60); But they do not work. Is there a way to keep the session variables alive when the browser is closed? Also has anyone ever heard of using .htaccess to keep the session variables alive? I need any help on this, i do not know what to try.. As a side note: i do not have access to php.ini or httpd.conf... thanks to anyone who can hel pin any way Steph
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.