Hi Mitchell,
I get a strange occurrence when previewing my SAEF and using your file upload. In the preview it parses the full link to the file upload folder. (http://www.xxxxxx.com/ee/images/uploads/upload_file.gif) And the PHP I have to hold the post data in the form returns just the first portion of the src tag (<img src=)
Could you look at the code and see if you can see anything,
This is the form field
<input type="text" name="field_id_20" id="field_id_20" size="20" maxlength="1000" value="<?php global $_POST; if (isset($_POST['field_id_20'])) echo $_POST['field_id_20']; ?>">
<input type='hidden' name='field_ft_20' value='none' />
And here is the pop up link
I would think that instead of the link showing up it would show the image, and I can’t understand why it’s not holding the POST data in the field. Everything works fine if I don’t preview the post and just press submit. It sends me to the next page and the entry shows fine.
Here is a link to the page. Directory
If you don’t have the login information I gave you in the last discussion we had let me know and I’ll email it to you.
Thanks
Mike
