CREATE TABLE [dbo].[RMG_Temp_FileUpload]( [ProductID] [int] IDENTITY(1,1) NOT NULL, [Name] [nvarchar](50) NULL, [PrimaryImage] [nvarchar](250) NULL, [AdditionalImages] [nvarchar](max) NULL, CONSTRAINT [PK_RMG_Temp_FileUpload] PRIMARY KEY CLUSTERED ( [ProductID] ASC ) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY]
We will use this page to install your starter form. Create a page on your DNN site, making it visible to administrators only.
Place a XMod Pro module on this test page and configure it to use the RMG_UploadDemo_Template which can be found in your Global Templates directory as well as the RMG_UploadDemo_Form which can be found in your Global Forms directory.