Welcome Guest, Not a member yet? Register   Sign In
Yet another cry for help on file uploads
#2

[eluser]tim1965[/eluser]
My View

<?php echo form_open_multipart('c_f_propreg3_multifileupload_v1/picupload', array('id' => 'c_f_propreg3_multifileupload_v1/picupload')); ?>


<?php echo $message; ?>

<?php echo $uploaded_files; ?>



<fieldset>

<p>

<label for="main_photo_description" class="left">Main photo description :</label>
&lt;input name="photo_desc[]" type="text" id="photo_desc[]" /&gt; Select Photo
&lt;input name="userfile_1" type="file" id="userfile_1" size="32" /&gt;
</p>

<p>
<label for="Photo description 2">Photo description 2 :</label>
&lt;input name="photo_desc[]" type="text" id="photo_desc[]" /&gt; Select Photo
&lt;input name="userfile_2" type="file" id="usefile_2" size="32" /&gt;
</p>
<p>
<label for="Photo description 3">Photo description 3 :</label>
&lt;input name="photo_desc[]" type="text" id="photo_desc[]" /&gt; Select Photo
&lt;input name="userfile_3" type="file" id="userfile_3" size="32" /&gt;
</p>
<p>
<label for="Photo description 4">Photo description 4 :</label>
&lt;input name="photo_desc[]" type="text" id="photo_desc[]" /&gt; Select Photo
&lt;input name="userfile_4" type="file" id="userfile_4" size="32" /&gt;
</p>

<p>
<label for="Photo description 5">Photo description 5 :</label>
&lt;input name="photo_desc[]" type="text" id="photo_desc[]" /&gt; Select Photo
&lt;input name="userfile_5" type="file" id="userfile_5" size="32" /&gt;
</p>

<p>
<label for="Photo description 6">Photo description 6 :</label>
&lt;input name="photo_desc[]" type="text" id="photo_desc[]" /&gt; Select Photo
&lt;input name="userfile_6" type="file" id="userfile_6" size="32" /&gt;
</p>

<p>
<label for="Photo description 7">Photo description 7 :</label>
&lt;input name="photo_desc[]" type="text" id="photo_desc[]" /&gt; Select Photo
&lt;input name="userfile_7" type="file" id="userfile_7" size="32" /&gt;
</p>

<p>
</fieldset>
&lt;input type="submit" value="Upload Photo´s" /&gt;

&lt;?php echo form_close(); ?&gt;

Any help appreciated


Messages In This Thread
Yet another cry for help on file uploads - by El Forum - 05-19-2009, 02:42 AM
Yet another cry for help on file uploads - by El Forum - 05-19-2009, 02:43 AM
Yet another cry for help on file uploads - by El Forum - 05-19-2009, 06:56 AM
Yet another cry for help on file uploads - by El Forum - 05-19-2009, 07:03 AM
Yet another cry for help on file uploads - by El Forum - 05-19-2009, 07:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB