In Xperience by Kentico, I want to remove metadata when uploading PDF files. How can I achieve this, and what is the most appropriate way to intercept the upload process?
Custom Kentico 11 site. Is there an easy way to limit what people can upload to the ML based on what directory (folder) they are trying to upload to? Our ML is set in a hierarchy of IMages or Docum...
If a file upload is placed within a form and the form triggers a postback (e.g., due to radio button selection or submitting the form) while there are missing mandatory fields, the uploaded file in...
Hi dears, Facing strange issue with Kentico 13.0.73 media library file upload. No hotfix was installed.NOTE:It is working fine on localhost but after deploying on server it starts producing error a...
I have some page types for example like a product and there is an image for this product, but when i update the image of any product and save, if the site is open when i refresh all images not disp...
is there's the way to resizing file with format pdf while it uploaded to media libraries ?
I am trying to build out a proper File Uploader control on my MVC project that will properly attach the file to a Kentico Form submission as well as attach the file to the submission email. I have ...
Hi,Currently I have a code to check if file is uploaded or not as below:@%# IfEmpty(Eval(@BrochurePDF@), @@,@@div@Some html@/div@@) %@ This works when a file has never been uploaded but we are havi...
Hi all,I have problem with using the file attachments. I upload the file pdf to the page using the attachments and i don't known the URL for read that file on browser like: https://domain.com/filen...
I want to create one forms 2. I have File upload, but it ask to upload file in media. I have set File settings as database and Files in system setting. I want to just upload the file as our normal ...