All Tags » php (RSS)

Browse by Tags

  • Re: Upload then resize image

    Thanks for the quick reply. Your response makes a lot of sense. Unfortunately, I have changed the order that things are going to be happening on the web page. Here is what I would like to do (if possible): 1) The image is uploaded to my server. 2) Certain "checks" are performed on the image...
    Posted to PHP (Forum) by Andrew on 11-23-2008
  • Upload then resize image

    I have created a page where users can upload an image and it works fine. Now, I would like to automatically resize the image (create a thumbnail) once the image is uploaded. I thought this would be easy, but I seem to running into problems. What would be the best way to do this? Does anyone have an example...
    Posted to PHP (Forum) by Andrew on 11-23-2008
  • Re: PHP Web Client Released

    Barry, The new PHP web client is nice. I'd like to make a suggestion for the next release. It would be nice if the list of files within a folder also had the Upload Date, Size and Type next to the name, with the ability to sort on each of those columns. This would make managing files much easier...
    Posted to PHP (Forum) by kenprice on 11-12-2008
  • PHP Web Client Released

    You can find the PHP Web Client at: http://developer.nirvanix.com/files/folders/php/entry1681.aspx This is the source code for this project which will let you host and modify as needed to bring up a simple environment to do file / folder manipulation as well as most other API calls. You can find a sample...
    Posted to PHP (Forum) by BarryR on 11-11-2008
  • SSL ERROR on NODE2

    SoapFault SOAP Fault (faultcode: WSDL, faultstring: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://node2.nirvanix.com/ws/Transfer.asmx?WSDL') Message: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://node2.nirvanix.com/ws/Transfer.asmx?WSDL' It seems that something...
    Posted to General Discussions (Forum) by TedTiger on 10-29-2008
  • ResizeImage adds a border

    Hi Barry, I've seen a border on resized images which is in the upper left corner. We're currently uploading an image via SOAP and the do a ResizeImage on the uploaded which results in a border in the upper left corner. It's about 2 pixel and very annoying, because we generate the thumbnails...
    Posted to General Discussions (Forum) by TedTiger on 09-04-2008
  • To cURL or not to cURL?

    I haven't fully investigated this issue yet but I thought I'd post here as it is late and you never know, I may get some input before the morning. So here is the scenario...I have a method that creates a "Media Object" for our users. When a media object is created, the user is given...
    Posted to PHP (Forum) by CrazyMerlin on 05-05-2008
  • CallbackURL - how to read the output

    Sorry, I just realised I was having my Homer Simpson moment... my callback URL is behind a password protected directory... d'oh! so, forget about the below... ciao Luca =============================================================== Hi, sorry for what might be a very basic question, but how can I...
    Posted to PHP (Forum) by mmania on 04-10-2008
  • Bug on IMFS function...

    folders containing spaces in the names do not show their content in the Filesystem application in PHP the issue was the missing urlencode for the $folderPath variable ciao Luca public function ListFolder($sessionToken, $folderPath, $pageNumber, $pageSize, $sortCode, $sortDescending) { global $DEBUG;...
    Posted to PHP (Forum) by mmania on 03-26-2008
  • Re: Secure connection... looking for help

    Curl requires a certificate to do full verification of the host and peer through https. Essentially this application was released in this mode which is less secure to work on any system even if that cert is in accessible or not installed on the host.. To specify your certificate and to turn on the validation...
    Posted to PHP (Forum) by BarryR on 02-26-2008
Page 1 of 4 (40 items) 1 2 3 4 Next >