Browse by Tags

  • How to identify the uploaded file...

    I am struggling with the following: 1- I have a form from which users can upload files to a common space (no problem with this). 2- I want to be able to automatically set some custom metadata to the uploaded file. E.G. "submittedby", etc once the uploaded has succeeded I can achieve the above...
    Posted to PHP (Forum) by mmania on 02-06-2008
  • Hosted File Manager for PHP5

    Hi there, sorry if this might be silly, but I am self-taught so don't take anything for granted... I tried to use the Hosted File Manager on my PHP5 machine, and of course it doesn't work because the domxml is missing... is there a version of the Hosted File Manager using the new DOM (http:/...
    Posted to PHP (Forum) by mmania on 01-21-2008
  • 3 New Functions for the IMFS.php Class

    These 3 functions were not in the IMFS.php class from the Reference Application: PHP File System Manager, upload a file, convert a video file, and extract frames from a video file. You can find the code here http://www.ipoots.com/post_view3.html or you can be kind and Digg it here http://digg.com/programming...
    Posted to PHP (Forum) by bej34 on 01-14-2008
  • Is it possible? PLEASE HELP

    Is it possible to write a multipart form using cURL in the Nirvanix API? I have tried the following function but it only reads the first variable in the array. // Upload a Single File public function UploadFile($ipAddress, $uploadToken, $folder) { global $DEBUG; global $IMFSHOST; // Set the parameters...
    Posted to PHP (Forum) by bej34 on 11-21-2007
  • Re: File overwrite

    This is currently in development, we will be releasing this in a future update. This will require an API change to add an optional parameter. This parameter will be by default how the system works now and not overwrite. Regards, Barry R.
    Posted to Support Issues and Questions (Forum) by BarryR on 11-03-2007
  • Re: Create Photo Album in PHP

    There are a few options you can do, if you are using http upload through a web browser you can pass in as many files as you like this would look like: [quote] < body > < form ENCTYPE = "multipart/form-data" action = "Upload.ashx" method = "post" > < LABEL...
    Posted to PHP (Forum) by BarryR on 10-10-2007
Page 1 of 1 (6 items)