• waynmeyer

    (@waynmeyer)


    Hi TC McCarthy

    I have been struggling with tcs3 for some time, finally i have the plugin working and all seems great. The only issue im having is on the frontend uploader i cannot generate a post.
    http://recoinit.com/

    im running a pinterest type theme where you pin from the frontend. The images go to the correct folder in amazon s3, the only issue is i cant create the post. Any advice.

    Im running nginx and have not yet added the custom rule

    location ~*/tcS3_media/ {
    			if (!-e $request_filename) {
    				rewrite ^.*/tcS3_media/(.*)$ /index.php?file=$1 last;
    			}
    		}

    Any advice would be greatly appreciated. I really need to use frontend uploading more often.

    https://ww.wp.xz.cn/plugins/tcs3/

The topic ‘Image uploads from frontend.’ is closed to new replies.