Jump to content

Search the Community

Showing results for tags 'upload'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Caspio Bridge
    • Caspio Apps for Ukraine
    • General Questions
    • Caspio JavaScript Solutions
    • Tables, Views and Relationships
    • Import/Export and DataHub
    • DataPages
    • Deployment
    • Security, Authentications, Roles, SAML
    • Styles and Localizations
    • Parameters
    • API and Integration
    • Calculations and aggregations
    • User JavaScript and CSS Discussions

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


MSN


Website URL


ICQ


Yahoo


Skype


Location


Interests

Found 5 results

  1. Hi, We are in the final stages of a project where users are able to download a PDF version of the responses they have submitted. The PDF document is several pages long and is designed as a professional customised template. We want to be able to save all users PDF files in the CASPIO database so they can access the files in the future without having to generate them again from the CASPIO data page. We also want to be able to mass download all PDF files from all users at once (over 900 members). This is complicated by the fact that parameters cannot be passed to the PDF generator within CASPIO. We would like to know if there is a solution for using JavaScript that will generate the PDF file (perhaps as a standard data page) and then when the download link is pressed it downloads the file to the users hard drive, but also uploads the file to the CASPIO database? I've got as far knowing this command will allow different types of files that can be uploaded: <SCRIPT LANGUAGE="JavaScript"> document.getElementById("InsertRecordfilename").setAttribute("accept","application/pdf"); </SCRIPT> Is it possible to upload the present data page using a similar command? Thanks Scott
  2. Hello, I have a single record update data page with multiple input fields including image upload. If all required fields are properly filled in, image uploads work fine. However, if a single required field is not filled in, then the image upload fails. Is there any way to make the image upload work even if the required fields are not properly filled in? This way a user doesn't have to re-upload several images in order to fix one mistake in a different field. Thanks!
  3. Is there a way via js or something else, in a Submission form, to Upload an image file using a url (like to a public image in a AWS S3 folder) instead of the user having to Browse to an image file on the local computer? This would be really helpful in pulling images off the web without the user having to download them first, then Browse to them, then Upload. I have a virtual field that would have the image's url in it, I just need to somehow transfer that url to the image field and pull the image to upload on Submission.
  4. Hi All, I am a newbie - so please forgive me if the answer to this is obvious and I've just missed it. I want a user to be able to append multiple records from an excel file into a table through a data page. And I want there to be some checks while they do it (like making sure that there are no blank or duplicated records). The user might want to upload anywhere from 1 to 1,000 records, so it would be very difficult to do this by hand. Once the data is loaded, I want to be able to generate charts and reports from it as if it were a regular data table. Is there a mechanism in Caspio to do this? Thank you!
  5. Hello everyone. Quick question. I know I'm asking for a lot here but is it possible to create a javascript where users can upload multiple fields directly into a table? Currently you can download a spreadsheet of your table in the Data Report portion, but I am wondering if there is a way for the user to take that exact spreadsheet, fill it out, and upload it into the same data table through a data page?
×
×
  • Create New...