[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
how to use Upload URL?  XML
Forum Index -> Development
Author Message
kklasen

Power User

Joined: 19/11/2020 08:33:30
Messages: 66
Offline

Hello,
Maybe it is a Stupid Question. But what do I do with the Upload URL? Like this:

/ccupload/UPLOAD_1624871566048_8535867_582.ccupload;jsessionid=92EF38D40EF95E4D6FFC1D5AD083300F

A link or a code would by helpful!
I thank you in advance


if any information is missing, please ask
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5518
Offline

Hi,

the client (browser) has some data and needs to upload this to some URL on server side. When opening the URL, the browser processing sends the data to be uploaded in the post-part of the message.

This means on server side there must be some "URL-endpoint". This is provided by some implementation of "FileUpload", which itself produces the URL that you mention.

Please find documentation here:

http://www.captaincasa.com/docu/eclnt_risc_developersguide/all.html#asynchronousupload

Please check the demo workplace: "Components => File up/download => Asynchronous upload" - with code and jsp.

Hope this helps! If not please notify us again.

Regards, Björn

Björn Müller, CaptainCasa GmbH
kklasen

Power User

Joined: 19/11/2020 08:33:30
Messages: 66
Offline

Hi,

Thank you for your answer Börn

Sorry, I think I got it wrong.
I had already found this demo and it works without any objection.
But I don't know how to save the content.

Upload started.
File was passed: client name user-297566_640.jpg, length 32959
Upload ended.

Where did the file end up?

Regards, Klas
kklasen

Power User

Joined: 19/11/2020 08:33:30
Messages: 66
Offline

hi,

i found it! in german: "ein Brett vor dem Kopf haben" in english maybe: to habe a blockhead?



Regards

Klas
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team