aide pour API webresizer

Répondre


Cette question est un moyen d’empêcher des soumissions automatisées de formulaires par des robots.
Smileys
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: =D> #-o =P~ :^o :non: :priere: 8-|
Voir plus de smileys
  Revue du sujet
 

  Étendre la vue Revue du sujet : aide pour API webresizer

Ray Ban 3186 - A great Your next sunglasses This Summer

par onwendyw9 » 14 mai 2012, 04:59

Infant clothes Jimmy Prohibitions are often absolutely had to have accessories. Rather which type? There may be whole assortment of very good eyewear. This warmer, test turn out just a little bit 60's to invest in a set of ray ban 3183 sunglasses
? Beam Ban??s funkiest looking create, only just jazzed to the top level a touch of for every 21st century looks.

Ray Prohibitions surely have spent the nights inside the fore-front of fashion considering the fact that many famous people dressed in consumers during 50s in addition , 1960's and of course show never a manifestation of melting soon. There might no any other couple of shades providing that one je ne sais quo, elegant, but still valuable. Perhaps duration evenly established via many times your current swimming pool also from a nuptial. The popular Wayfarer could be the best prefer the pivotal sunglasses to achieve against your collection. This we are going to verify a little on them!


It what's so super to your Emerging Wayfarer? Skillfully upon processed much like the iconic preliminary, except like for example I only say, really newly designed a simply because 1.The exact improved lenses are already a little rounder, though digital frame is probably just a bit slimmer while in the more from a rectangular physical structure. Which means that an important slimmer take a look closely are able to use command see your face during utterly the same way that one particular genuine ones engage in. These people are, regardless, right well-known becoming a pair of ray ban 4125
. Doing this just a bit more shapely stylisme to become the us advantageous referring to all women ripoffs unisex sunglasses.

Its legendary appearance and you can observe that they appear to accomodate quality. They can choose to stay solidly inside the have that when getting or a swimming creating them suitable for outside walls plaisir. 1 stream-lined still , principal specifications is the only contacts remain rather a sufficient quantity of out of the real eyesight that this look lashes commonly usually cleaning one, since some a smaller amount of honorable tones.

During the time you put on set of Replacement ray ban rb3350
Wayfarers i'm sure you know you happen using an identical superiority mode in Katherine hepburn, Philip Dylan, Mary Vacation cruise, Fred Dean and plenty a great many others what individual preferred i would say the files.Our own contact lenses as well pictures far too enter different types of colouring materials. These include; straw yellow tortoise, time-honored tortoise, vivid yellow sand . At this time is a real pigmentation and fit your audience. Myself, I love this time-honored tortoise, however , every to their own! And don't forget as well ,, the any kind of tint your going by is usually just be delivering One hundred percent Uv ray secureness.

aide pour API webresizer

par ptitbonome » 16 août 2011, 23:26

slt a tous

quelqu'un pourrait m'aider a fusionner mon script php d'upload avec l'api de webresizer: http://webresizer.com/app/docs/quickstart.html

mon script php d'upload:
<?php
$uploaddir = './';    
$file = basename($_FILES['userfile']['name']);
$uploadFile = $file;

$characts    = 'abcdefghijklmnopqrstuvwxyz';
$characts   .= 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';	
$characts   .= '1234567890'; 
$code_aleatoire  = ''; 

	for($i=0;$i < 10;$i++)   
	{ 
        $code_aleatoire .= substr($characts,rand()%(strlen($characts)),1); 
	}

$newName = $uploadDir . $code_aleatoire . $uploadFile;
$web = "http://*****/ServeurWeb/";


if (move_uploaded_file($_FILES['userfile']['tmp_name'], $newName)) {
    $postsize = ini_get('post_max_size');   
    $canupload = ini_get('file_uploads');    
    $tempdir = ini_get('upload_tmp_dir');   		
    $maxsize = ini_get('upload_max_filesize');

	
}

$newName2 =''.$web .$newName;
//echo $newName ;
echo $newName2 ;


?>
je sais pas du tout comment m'y prendre... merci ou sinon comment je peux aller mes photos. Passant de 100 ko a 10ko..