How to upload images to a custom server?

I have implemented this using amazons3 and also to a folder in my local machine… now i need to add uploaded images to a custom directory…

Thanks…!

Please be more specific and provide more details.

I want to upload files into a remote server other than the AmasonS3 bucket . Is it possible?
i specify the correct path of my remote sever in fileDirectory at app-properties, but at the time of running it will show an error “can,t accessible” .

Look at the example here: Uploading Files. After obtaining the file on step 1, you can move it to any directory or server you want.

Hi,
If we are using custom remote server instead of amzon s3 to store files what changes do we need to make ??
Do we need anything in the spring.xml ??

How to store the uploaded file into a custom folder rather than the default yy/mm/dd format folder at amazonS3…
i crated a folder-> input-videos at amazons3 how can i upload my files into that folder…?

Thanks!

Have you read my previous comment?

After obtaining the file on step 1, you can move it to any directory or server you want.

Did you try that?

yes… i tried that. It works properly…
thanks…!

I want to upload file to a folder under amazons3 bucket. But in cuba ,the default storage folder structure is (yyy/mm/dd).

how it possible?

Thanks…!