Search found 10 matches

Go to advanced search

by Tassilo Posegga
Sun Nov 30, 2014 6:13 pm
Forum: Issues
Topic: Database size and security
Replies: 3
Views: 618
 
Jump to post

Database size and security

Okay but if files are stored in the DB this is a bottleneck and wiill get very slow. I am talking about several (hundred) thousand users?

Pricing max DB storage = 15GB? I was talking about Terrabyte.

by Tassilo Posegga
Sat Nov 29, 2014 7:33 pm
Forum: Issues
Topic: Database size and security
Replies: 3
Views: 618
 
Jump to post

Database size and security

The App I want to build is targeting to have a user base of several thousands. Each should be able to upload audio files (upt o 10 MB). How is your database handling files? Are they directly stored in the DB or is it just a reference to the file system? I guess I still need some Terrabytes of storag...
by Tassilo Posegga
Sat Nov 29, 2014 4:52 pm
Forum: Issues
Topic: Get fileurl of uploaded file
Replies: 3
Views: 812
 
Jump to post

Get fileurl of uploaded file

I can uploadfiles but I need the fileurl as response! I was able to solve it with this Javascript code in uploadfileservice success: Apperyio.storage.lastUploadedFile.set(data[0].success.fileurl); This is working fine in the browser! But the native Android App will throw this error: https://d2r1vs3d...
by Tassilo Posegga
Sat Nov 29, 2014 3:02 pm
Forum: Issues
Topic: Get fileurl of uploaded file
Replies: 3
Views: 812
 
Jump to post

Get fileurl of uploaded file

I am trying to retreive the fileurl of an uploaded file. For uploading a file I trigger a Javascript (uploadMultipleFilesHelperNew) with my uploadservice. On success of the uploadservice I am trying to map a parameter "fileurl" which I added to my uploadservice. https://d2r1vs3d9006ap.clou...
by Tassilo Posegga
Fri Nov 28, 2014 4:11 pm
Forum: Issues
Topic: Playing audio files from the database
Replies: 17
Views: 2491
 
Jump to post

Playing audio files from the database

Tell me if the file column in costum collection is to upload a file or just to link to an uploaded file from the files collection?

by Tassilo Posegga
Fri Nov 28, 2014 3:52 pm
Forum: Issues
Topic: Playing audio files from the database
Replies: 17
Views: 2491
 
Jump to post

Playing audio files from the database

I already did that. But that's not the point here. Even one list entry would be nice for the bginning ;) But I think my problem is somewhere else. What is the file column intened to do? Should I link here only to already uploaded files? I guess I am not uploading anything in the moment except the fi...
by Tassilo Posegga
Fri Nov 28, 2014 1:59 pm
Forum: Issues
Topic: Playing audio files from the database
Replies: 17
Views: 2491
 
Jump to post

Playing audio files from the database

App: ShareFrogg

by Tassilo Posegga
Fri Nov 28, 2014 1:02 pm
Forum: Issues
Topic: Playing audio files from the database
Replies: 17
Views: 2491
 
Jump to post

Playing audio files from the database

I created my custom collection, where I added a column "file" of type file. On one page I have a file input field, where the user can select any file right now. When clicking the share button the create service for my custom collection is invoked and I map the text of the input field to th...
by Tassilo Posegga
Thu Nov 27, 2014 4:55 pm
Forum: Issues
Topic: Playing audio files from the database
Replies: 17
Views: 2491
 
Jump to post

Playing audio files from the database

I created my own collection, where I added a file column. I want to let users upload files to this table and make other users (specified by acl) listen to this sounds in a list of audio player elements. If that's not going to work I will need to download all entries and store them to local storage f...
by Tassilo Posegga
Wed Nov 26, 2014 5:03 pm
Forum: Issues
Topic: Playing audio files from the database
Replies: 17
Views: 2491
 
Jump to post

Playing audio files from the database

Hey, I need to reopen this.

Using the read file service does not have any response? How can I set the source of the audio player? The documentation is a little bad :(

Go to advanced search