I see the upload buttons when I'm logged in to your site.
When I try to upload an image, I get the message "Por favor aguarde mientras la imagen es subida al servidor" Once I click ok, the image upload starts but doesn't appear to complete.
Could you post:
- Exactly what is in the boxes for the file and image upload directories in the admin section.
- Exactly what is in the boxes for image formats and file formats from the admin section.
- The upload component you are trying to use.
I notice that the image in your last two posts shows up as a red X - you're using a File: address on your local machine instead of an http:// address. You have several images on your site that also show as red X's and have file urls instead of http urls. Looks like you'tre trying to pull them as a physical address on your local pc's hard drive instead of as a relative http address.
In my test site admin section, I have uploads/images specified as my image upload directory. These are directories I created under my /forum directory which has read write permissions set - note that there are no beginning or ending slashes (/).
Any image I upload gets saved as /forum/uploads/images/myuserid/date-time-image_name If you right-click on the image in this test post http://www.new2asp.com/forum/forum_posts.asp?TID=7&PN=1 and select properties, you can see the full path that's created for the image based upon having uploads/images specified as the directory.
You may want to try to replicate my set-up.
EDIT: - You don't have to create the userid directory, the upload process will do that.
Edited by dpyers