• HI,
    I got problem in uploading the image. problem is very wiered but not that much difficult i think so. ok let me explain you what is goin on…

    1- Well i install wordpress on my domain http://www.donaldeastwood.com. but problem is this when upload a file through both flash and html system it is uploaded. no problem but image doesnot apear on the post. i saw in my domain then i realize that there is no folder of ‘upload’. i created it and copy all the images on it then i was able to view the images. so i try to find out attachment link but it is so much complex that i coulnt find it properly. but if someone help me to change the path to wp-content to wp-content/upload.
    i test on my own server and everything is working properly. but not here on my domain.

    2- well my client have macnitosh os system. and he tries to upload the file through flash file system but it give very common problem. “an error occur while uploading file. http error” i tried to put the code in .httacess file that i got from here about secuirty. but still no success but html file uploader is working. Please let me know if you have any solution about it.

    Best Regards
    Nazeem Sarwar

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter naseemsarwar

    (@naseemsarwar)

    any solution for me….

    Hello Nazeem,

    You will have to search for the answer to this common question…
    Many times, your unique server configuration is the culprit and no-one here can give you the exact answer, you will have to intuit it.

    As far as the image path issue goes, check your Settings/Miscellaneous settings to make sure your upload path: wp-content/uploads

    When you upload an image, the current path is stored in the database for that entry, so when you add/remove files on the server, the db does not know about it!

    What code did you add to the .htaccess?

    Thread Starter naseemsarwar

    (@naseemsarwar)

    OH thanks musnake. thanks for you reply. i was assuming that no one ll give me answer about it. i put this code in the .htaccess

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

    i put this code before the
    <begin wordpress>
    <end wordpress>

    ok i ll try it and i ll let you know..

    Thread Starter naseemsarwar

    (@naseemsarwar)

    Thanks man it works for me the upload thing. but you know the solution of the next question then that ll be grt. thanks for your help….

    thanks for the help i was looking for this information 🙂

    Hmm, looks like others have problems on the mac…

    http://wordpress.org/support/topic/234380?replies=11

    http://wordpress.org/support/topic/164999?replies=1

    If you find the solution before us, let us know!

    Does the client have a different browser to use? Is his flash plugin updated? Does he know how to clear his browser’s cache?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Image Uploading Problem’ is closed to new replies.