Search found 13 matches

by fabian
Sun Oct 05, 2008 9:01 pm
Forum: JS3Upload
Topic: access denied
Replies: 3
Views: 9976

Re: access denied

yes, it works.
by fabian
Sun Oct 05, 2008 7:03 pm
Forum: JS3Upload
Topic: access denied
Replies: 3
Views: 9976

Re: access denied

ahhhh ... i needed to modify my s3 policy and then i can leave out the s3acl paramater from the applet code ... nice :-)
by fabian
Sun Oct 05, 2008 2:18 pm
Forum: JS3Upload
Topic: access denied
Replies: 3
Views: 9976

access denied

Hi, If i set the s3acl parameter to public-read i get an access denied error. <PARAM NAME="param6" VALUE="s3acl"> <PARAM NAME="value6" VALUE="public-read"> If i leave out the params or set it to private i can opload. If i use the demo page on your site and enter my amazone private key i can upload s...
by fabian
Tue Sep 23, 2008 5:38 pm
Forum: JS3Upload
Topic: JS3Upload + JImageUpload + JImageFilter install
Replies: 5
Views: 24494

Re: JS3Upload + JImageUpload + JImageFilter install

Hi, Thank you for the samlpe code. It seems to be working just fine :-) I does however not work together with s3upload.jar BETA 2.2 ... guess that there is some internal dependency that needs to be updated in order for the other jars files to be working with beta version of s3upload.jar Kind regards...
by fabian
Fri Sep 19, 2008 11:00 am
Forum: JS3Upload
Topic: JS3Upload + JImageUpload + JImageFilter install
Replies: 5
Views: 24494

Re: JS3Upload + JImageUpload + JImageFilter install

hi,

Thank you :-) I will play around with it early next week and report back to you.

Have a nice weekend

/tony
by fabian
Thu Sep 18, 2008 4:11 pm
Forum: JS3Upload
Topic: JS3Upload + JImageUpload + JImageFilter install
Replies: 5
Views: 24494

JS3Upload + JImageUpload + JImageFilter install

Hi,

Do you have a sample implementation where JS3Upload + JImageUpload + JImageFilter is chained?

Kind regards

Tony
by fabian
Mon Sep 08, 2008 7:49 pm
Forum: JS3Upload
Topic: Change filename. Get list of uploaded files
Replies: 12
Views: 28814

Re: Change filename. Get list of uploaded files

it is working :-)

I create two new buckets. One in US and one in EU.

I have success uploaded 5 images to the US and the EU bucket and a new folder was created and the files was placed in that folder :-)

Thank you very much for your help!
by fabian
Mon Sep 08, 2008 7:29 pm
Forum: JS3Upload
Topic: Change filename. Get list of uploaded files
Replies: 12
Views: 28814

Re: Change filename. Get list of uploaded files

That gives me an PermanentRedirect error.

I have created an eu bucket.
by fabian
Mon Sep 08, 2008 6:33 pm
Forum: JS3Upload
Topic: Change filename. Get list of uploaded files
Replies: 12
Views: 28814

Re: Change filename. Get list of uploaded files

Hi, Thank you for the beta code :-) I have not yet been able to test. I am gettings a TemporayRedirect Error. I have create the bucket several hours ago so i think the the amazon DNS must be updated. I can upload using the firefox extension. I have attached an image showing the error message. The on...
by fabian
Tue Sep 02, 2008 7:34 pm
Forum: JS3Upload
Topic: Change filename. Get list of uploaded files
Replies: 12
Views: 28814

Re: Change filename. Get list of uploaded files

Thank you for your help. It is very helpfull when trying to figure out the new S3 world! :-) If you could add support for virtual folders in the next relase i would be very happy. FYI my virtual folders name will be a valid GUID and i am definitely going to use POST due to the policy parameter. Can ...