3 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for rahul_njain

I am using Webbrowser control to automate the data entry but there is a file upload control for which i am unable to upload file. The code of target page is : <form name="iform" style="margin:0px;" action="http://test.com" method="post" enctype="multipart/form-data"> <INPUT TYPE="button" value="Change Image" style="width:112px;"> <input id="file" name="image" type=file class=hiddenMask onchange="upload();" this.edit="false"> …

0
135
Member Avatar for McLaren

[CODE] if(!$this->upload->do_upload()) { //echo $config['upload_path']; $error = $this->upload->display_errors(); echo $error.':err'; //pagal galune .err javasctriptas atskirs kad cia klaida } else { $data = $this->upload->data(); $this->load->model('Image_model','image'); if($data['image_width'] > 700) { $task = $this->image->image_resize_for_gallery('./uploads/gallery/'.$this->input->post('album_folder').'/'.$data['file_name']); if($task != 'ok') { echo $task.':err'; //pagal galune .err javasctriptas atskirs kad cia klaida } } if($this->image->gallery_thumb($this->input->post('album_folder'),$data['file_name'])) { …

0
96
Member Avatar for alexgv14

Does anybody know how to upload pictures to a flickr group from their site. I am trying to use phpFlickr to do this. But just was wondering if anyone had any alternatives or has done this before.

0
92

The End.