Problème input type=file
DexX,

images/".$img'name']); $reqFile = $_FILES"image"]"name"]; } else { $erreur_image = "Votre fichier n'est pas une image"; $valid = false; } } $_GET'id'] = $id; if($valid) { $sql = "UPDATE slideshow SET titre_slideshow

3
Utilisation de fichier .swf dans un portfolio via custom-post-type

image = wp_get_attachment_image_src( get_post_thumbnail_id(get_the_ID()), 'fullsize', false, '' ); $large_image = $large_image[0]; $infos = get_post_custom_values('_url'); $excerpt = get_the_excerpt

0
upload fichier n'est pas fonctionne

image; /** * Set image * * @param \AppBundle\Entity\Media $image * @return User */ public function setImage(\AppBundle\Entity\Media $image = null) { $this->image = $image; return $this; } /** * Get image * * @return \AppBundle\Entity\Media */ public

1
Console CakePhp et ACL sous mac

image not found in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20090626/php_gd2.dll' - dlopen(/usr/lib/php/extensions/no-debug-non-zts-20090626/php_gd2.dll, 9): image not found in Unknown on line 0 PHP Warning

2
Création de miniature à l'upload

image $imgExt = strtolower(pathinfo($imgName, PATHINFO_EXTENSION)); // Extension autorisé $allowExt = array('jpeg', 'jpg', 'png', 'gif'); // nom de l'image $userPic = $_FILES['image']['name']; // nom de l'image principale // vérifier validité

8
Système de modification d'une publication

image_oeuvre=:image_oeuvre, titre_oeuvre=:titre_oeuvre, description_oeuvre=:description_oeuvre, oeuvre_categorie=:oeuvre_categorie, oeuvre_style=:oeuvre_style, date_crea=:date_crea'); $query2->bindValue(':image_oeuvre', $imageoeuvre, PDO::PARAM

4
Correction de syntaxe

images as $prop_image_id => $prop_image_meta ) { echo ' '; echo ' '; echo ' '; echo ' '; } ?>

0
move_uploaded_file chemin problème

image = $_FILES['image']['name']; $image_temp = $_FILES['image']['tmp_name']; $post_tags = $_POST['post_tags']; $post_content = $_POST['post_content']; $post_date = date('d-m-y'); $post_comment_count = 4; $uploadDir

7
Angular js

images: [ { id: '1', name: 'projects/mon2.jpg' }, { id: '2', name: 'projects/mon3.jpg' } ] }, { id: '2', project_name: 'Boissiere', project_image: 'projects/b1.jpg', project_description: 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia unde voluptatem

1
Upload Ajax

image_ok']) && !empty($_FILES'image']'name'])){ $name = htmlspecialchars($_FILES'image']'name']); $temp = htmlspecialchars($_FILES'image']'tmp_name']); $repertoire = '../images/'; $format = array('png','gif','jpg','jpeg'); $extension = strtolower(substr(strrchr($_FILES

1