Skip Navigation

[Resolved] Upload to server

This support ticket is created 6 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 2 replies, has 2 voices.

Last updated by Jacques Spijkers 6 years, 10 months ago.

Assisted by: Minesh.

Author
Posts
#605676

Tell us what you are trying to do?

I ant to upload a CSV file to a serveradres. can I do this with a cred form where the user can choose the file and then submit i to our server. From there it's used to merge it with Word documents. And is it possible to give that file (CSV) a standard name e.d. export.csv.

Is there any documentation that you are following?

Is there a similar example that we can see?

What is the link to your site?

#605744

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Well - You need to use CRED API hook cred_save_data which will fire once post data is saved to database.

Regarding transferring/uploading file from one server to another needs custom programming which is beyond the scope of our support policy but if you know PHP it will be easy for you as I'm sharing here few articles which may help you to achieve your goal:
=> https://stackoverflow.com/questions/35311051/php-upload-file-from-one-server-to-another-server
=> hidden link
=> hidden link
=> https://stackoverflow.com/questions/35311051/php-upload-file-from-one-server-to-another-server

More info:
=> https://toolset.com/documentation/programmer-reference/cred-api/#cred_save_data

#606741

-