Web Connection
16 Mb limit
Gravatar is a globally recognized avatar based on your email address. 16 Mb limit
  Luca
  All
  Apr 2, 2024 @ 07:33pm

Dear Rick,
I have WC 6.05, please have you solved the 16 Mb limit for uploads?
This solution would be worth purchasing an WC upgrade.
Thank you

Gravatar is a globally recognized avatar based on your email address. re: 16 Mb limit
  Rick Strahl
  Luca
  Apr 3, 2024 @ 12:21pm

Yes it's supported via the File API but you have to be really careful with the files you upload - all you can really do with them is write them to disk as you can't modify or otherwise work with the string in >16mb string in FoxPro.

There's an upload example here:

You can click on the Server Code button to see the code.

Note the online sample won't work with images that large though, because the Web Server is configured to not accept a POST buffer that large (ie. you have to explicitly enable large uploads and I don't want that for these demos).

+++ Rick ---

Gravatar is a globally recognized avatar based on your email address. re: 16 Mb limit
  Luca
  Rick Strahl
  Apr 3, 2024 @ 06:10pm

This solution seems to solve my needs.
Do uploads larger than 16 MB for files of any format (Jpg, Pdf, Excel...) are possible?
Many thanks again

Gravatar is a globally recognized avatar based on your email address. re: 16 Mb limit
  Rick Strahl
  Luca
  Apr 4, 2024 @ 04:19pm

Sure - it doesn't matter what the format is. The upload is limited in the browser to a specific Mime type in the sample, but you can upload anything if you don't use the mime type filter.

© 1996-2024