![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I don't have A2010 yet. In a desktop application you can store pictures in a table. Or one could create a hyperlink to the image. Since Web apps contain a lot of images and pics, how does one handle pictures? How does a user of tha app upload a pic (is there a fileopen dialog)? Would one have a web site that perhaps stores pics in a folder and store the hyperlink to the picture of that folder in the table? If it's possible to upload a pic and not need to store the pic in a field in the table, what method does one use to copy the image to a folder? |
#3
| |||
| |||
|
|
Salad <salad (AT) oilandvinegar (DOT) com> wrote in news:LeudnX3mi6HPU9jRnZ2dnUVZ_tednZ2d (AT) earthlink (DOT) com: I don't have A2010 yet. In a desktop application you can store pictures in a table. Or one could create a hyperlink to the image. Since Web apps contain a lot of images and pics, how does one handle pictures? How does a user of tha app upload a pic (is there a fileopen dialog)? Would one have a web site that perhaps stores pics in a folder and store the hyperlink to the picture of that folder in the table? If it's possible to upload a pic and not need to store the pic in a field in the table, what method does one use to copy the image to a folder? Again, I am not using A2010 yet, either, but I think you're raising a really important issue that the promotion of the new features of A2010 for the web have glossed over. That difference is that this new method of publishing an Access app to the web is not really the same thing as creating a website at all. Websites have a lot of stuff wrapped around the database interaction forms, such as site navigation, ads, etc. None of that can be done from within Access. Albert, and others -- are there provisions for embedding the Access app inside a web page that has things in it that aren't part of the Access app? I would expect not, but MS has really surprised me with how much they've done in this release, so I'm all ears. I'm curious too. Let's say the app is at www.accesssharepoint.com/app. |
#4
| |||
| |||
|
|
I don't have A2010 yet. In a desktop application you can store pictures in a table. Or one could create a hyperlink to the image. Since Web apps contain a lot of images and pics, how does one handle pictures? How does a user of tha app upload a pic (is there a fileopen dialog)? Would one have a web site that perhaps stores pics in a folder and store the hyperlink to the picture of that folder in the table? If it's possible to upload a pic and not need to store the pic in a field in the table, what method does one use to copy the image to a folder? |
#5
| |||
| |||
|
|
The next question what about the case where you want to upload images, or you don't want the image to be part of the application itself? Let's say you wanted to have a family album with person's name and you want the users to type in their name and then upload an image of themselves. In this case you can use the new attachment field and bind an image control to that. This little simple trick works absolute wonders, because not only does it allow you to upload images to the website, but even more incredible is behind the scenes somehow SharePoint actually generates a full path URL you can use and link to. In other words if I upload an attachment field as a word document or in this case a picture, then you get a URL within your website that you could actually e-mail to somebody. Regardless if you need the URL or not, the attachment feature lets you upload images and attachments into a database, and it does so inside when using a web browser (it launches the file browse dialog). In fact in my room booking application, this continuous form show some images, and while the new image control does allow to be used in continuous forms, I in fact used the attachment field for this example application, because the idea was to allow the manager of the application to setup the room pictures. Here is a screen shot of the continues web form: http://cid-b18a57cb5f6af0fa.office.l.../roombook1.png (note, after you click on above link.click on the link again to zoom in better) Here is one of those forms opened up: http://cid-b18a57cb5f6af0fa.office.l...ng/webctrl.png (again, after you view above..click again for better view) So this handles the case where you need users to upload pictures and photographs perhaps even for parts catalog or whatever. And like I said, I don't know the details behind the scenes, but while you can view those pitchers inside of an access form as above, there's also that great addition of an absolute URL being generated for each uploaded attachment. Last but not least, there might be a case where you have a large existing web site of lots and lots of pictures. In this case I would just simply drop in the new web control onto the form bind it to a column in the database that has the URL that points to this image on the other web site. While I think the new web control has more uses in client only applications such as showing flash or cool things like java in a form, the web applications also can use this control also. So, you simply drop in the new web control into your form, and bind the web control to a column in your database that points to the picture on that other web site. In a nutshell, you don't have a resource library in the traditional sense of a web site, but the above scenarios I Point out above tends to be quite flexible, and for the most part right now I found to be more than adequate. Albert D. Kallal (Access MVP) Edmonton, Alberta Canada nospam_kallal (AT) msn (DOT) com |
#6
| |||
| |||
|
|
Although getting away from my original question on pics, what does one do to drive people to the app? Does on need to get involved with google analytics? |
#7
| |||
| |||
|
|
Salad <salad (AT) oilandvinegar (DOT) com> wrote in news:K46dna2q5eMuRNjRnZ2dnUVZ_g-dnZ2d (AT) earthlink (DOT) com: Although getting away from my original question on pics, what does one do to drive people to the app? Does on need to get involved with google analytics? I don't really see using Sharepoint as a public web site, though I guess it's theoretically possible. I am unclear on the authorization model used by Sharepoint, though. I would have expected it to work better on an Intranet than open to the Internet. Albert's video is an example that I expect would be open to the |
#8
| |||
| |||
|
|
David W. Fenton wrote: Salad <salad (AT) oilandvinegar (DOT) com> wrote in news:K46dna2q5eMuRNjRnZ2dnUVZ_g-dnZ2d (AT) earthlink (DOT) com: Although getting away from my original question on pics, what does one do to drive people to the app? Does on need to get involved with google analytics? I don't really see using Sharepoint as a public web site, though I guess it's theoretically possible. I am unclear on the authorization model used by Sharepoint, though. I would have expected it to work better on an Intranet than open to the Internet. Albert's video is an example that I expect would be open to the internet. I guess he can answer better than I. Yes, I can see it used internally but I don't see a reason it can be used publicly. |
#9
| |||
| |||
|
|
So, SharePoint does have the ability to deal with NON Active directory users. So, most stuff is based on active directory, but Sharepoint also supports a second method of logon called "forms based authentication". In effect what it means, is you can build public facing sites, and even design and build users with a self signup process. You can of course allow anonymous use of the sharepoint site also. This is a pretty big topic to go into right now, but suffice to say there is two methods of authentication. You don't and will not write this user stuff in Access web. Both of these methods of authentication are pretty much transparent to the rest of the sharepoint site in terms of how say Access web services will "see" and deal with the user (and what email is used for when you use the "send mail" feature of SharePoint for example). And when access web code does things like GetCurrentWebUser(1), it will work the same for both sets of users. (AD and FBA). |
![]() |
| Thread Tools | |
| Display Modes | |
| |