Welcome Guest, Not a member yet? Register   Sign In
Upload Class
#4

[eluser]tomcode[/eluser]
Quote:How do I just put out the link to the images?

Code:
<?php
$base_url = base_url();
// or
$base_url = $this->config->item('base_url');

$image_path = $base_url .'uploads/' .$upload_data['file_name'];
?>
<a href="&lt;?php echo $image_path; ?&gt;"><img src="&lt;?php echo $image_path; ?&gt;" alt="" /></a>

Quote:And is this script “secured”?
I do not know. In the image contained viruses will still be present.


Quote:Oh and Is there anyway to change the error msg to like sweden?
You can change the language system-wide to Swedish, You need to install the Swedish language from
Wiki languages, make sure that all strings are present / translated.


Messages In This Thread
Upload Class - by El Forum - 08-15-2009, 04:34 PM
Upload Class - by El Forum - 08-15-2009, 05:23 PM
Upload Class - by El Forum - 08-16-2009, 04:50 AM
Upload Class - by El Forum - 08-16-2009, 05:12 AM
Upload Class - by El Forum - 08-16-2009, 05:32 AM
Upload Class - by El Forum - 08-16-2009, 05:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB