Search found 1 match
- Mon Dec 21, 2009 4:07 am
- Forum: PHP - Code
- Topic: calling an NSIS exe from php
- Replies: 0
- Views: 222
calling an NSIS exe from php
Hi, I'm trying to create a file upload progress bar, the way I go about it is the following: 1. I have a page to upload the file that call a PHP page 2. the Upload PHP is using the move_uploaded_file function and I save to a session paremeter the with temp file name and path. 3. through Ajax I'm cal...